Class: UU::Finman::FinancialTransaction::FastPaymentSetAttributes

Inherits:
OS::REST::DTO
  • Object
show all
Defined in:
lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb

Overview

DTO for setAttributes command of Fast Payment.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Fixnum) amount_with_vat

Amount of the Fast Payment with vat.

Parameters:

  • (Fixnum)

Returns:

  • (Fixnum)


29
30
31
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 29

def amount_with_vat
  @amount_with_vat
end

- (Fixnum) amount_without_vat

Amount of the Fast Payment without vat.

Parameters:

  • (Fixnum)

Returns:

  • (Fixnum)


24
25
26
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 24

def amount_without_vat
  @amount_without_vat
end

- (String) constant_symbol

Constant symbol.

Parameters:

  • (String)

Returns:

  • (String)


34
35
36
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 34

def constant_symbol
  @constant_symbol
end

- (UU::OS::UESURI) contract_uri

UESURI of Contract.

Parameters:

  • (String, UU::OS::UESURI)

Returns:

  • (UU::OS::UESURI)


39
40
41
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 39

def contract_uri
  @contract_uri
end

- (String) cost_item_code

Code of cost item.

Parameters:

  • (String)

Returns:

  • (String)


44
45
46
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 44

def cost_item_code
  @cost_item_code
end

- (String) credit_account_number

Number of credit account.

Parameters:

  • (String)

Returns:

  • (String)


49
50
51
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 49

def 
  @credit_account_number
end

- (UU::OS::UESURI) credit_account_uri

UESURI of credit account artifact.

Parameters:

  • (String, UU::OS::UESURI)

Returns:

  • (UU::OS::UESURI)


54
55
56
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 54

def 
  @credit_account_uri
end

- (UU::OS::UESURI) credit_business_case_from_opposite_territory

UESURI of credit business case from opposite territory.

Parameters:

  • (String, UU::OS::UESURI)

Returns:

  • (UU::OS::UESURI)


156
157
158
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 156

def credit_business_case_from_opposite_territory
  @credit_business_case_from_opposite_territory
end

- (String) credit_description

Description for credit side.

Parameters:

  • (String)

Returns:

  • (String)


59
60
61
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 59

def credit_description
  @credit_description
end

- (UU::OS::UESURI) credit_financial_category_uri

UESURI of credit financial category.

Parameters:

  • (String, UU::OS::UESURI)

Returns:

  • (UU::OS::UESURI)


64
65
66
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 64

def credit_financial_category_uri
  @credit_financial_category_uri
end

- (String) credit_vat_date

Credit vat date of the transaction.

Parameters:

  • (String, Time)

Returns:

  • (String)


140
141
142
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 140

def credit_vat_date
  @credit_vat_date
end

- (String) debit_account_number

Number of debit account.

Parameters:

  • (String)

Returns:

  • (String)


70
71
72
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 70

def 
  @debit_account_number
end

- (UU::OS::UESURI) debit_account_uri

UESURI of debit account artifact.

Parameters:

  • (String, UU::OS::UESURI)

Returns:

  • (UU::OS::UESURI)


75
76
77
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 75

def 
  @debit_account_uri
end

- (UU::OS::UESURI) debit_business_case_from_opposite_territory

UESURI of debit business case from opposite territory.

Parameters:

  • (String, UU::OS::UESURI)

Returns:

  • (UU::OS::UESURI)


161
162
163
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 161

def debit_business_case_from_opposite_territory
  @debit_business_case_from_opposite_territory
end

- (String) debit_description

Description for debit side.

Parameters:

  • (String)

Returns:

  • (String)


80
81
82
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 80

def debit_description
  @debit_description
end

- (UU::OS::UESURI) debit_financial_category_uri

UESURI of debit financial category.

Parameters:

  • (String, UU::OS::UESURI)

Returns:

  • (UU::OS::UESURI)


85
86
87
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 85

def debit_financial_category_uri
  @debit_financial_category_uri
end

- (String) debit_vat_date

Debit vat date of the transaction.

Parameters:

  • (String, Time)

Returns:

  • (String)


145
146
147
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 145

def debit_vat_date
  @debit_vat_date
end

- (String) due_date

Date the payment is due to be paid.

Parameters:

  • (String, Time)

Returns:

  • (String)


90
91
92
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 90

def due_date
  @due_date
end

- (String) expected_pay_date

Date the payment is expected to be payed to.

Parameters:

  • (String, Time)

Returns:

  • (String)


95
96
97
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 95

def expected_pay_date
  @expected_pay_date
end

- (Fixnum) explicit_amount

Explicit amount with VAT in opposite side currency. Can be set only by role cast in Accounting Authorities.

Parameters:

  • (Fixnum)

Returns:

  • (Fixnum)


166
167
168
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 166

def explicit_amount
  @explicit_amount
end

- (Fixnum) explicit_exchange_rate

Explicit exchange rate. Can be set only by role cast in Accounting Authorities. Set to 0 to unset explicit exchange rate.

Parameters:

  • (Fixnum)

Returns:

  • (Fixnum)


151
152
153
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 151

def explicit_exchange_rate
  @explicit_exchange_rate
end

- (FinancialTransactionType) financial_transaction_type

Type of Fast Payment. CASH or NONCASH.



100
101
102
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 100

def financial_transaction_type
  @financial_transaction_type
end

- (String) income_item_code

Code of income item.

Parameters:

  • (String)

Returns:

  • (String)


105
106
107
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 105

def income_item_code
  @income_item_code
end

- (String) invoice_number

Invoice number of Fast Payment.

Parameters:

  • (String)

Returns:

  • (String)


110
111
112
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 110

def invoice_number
  @invoice_number
end

- (String) name

Name of Fast Payment. Cannot be empty.

Parameters:

  • (String)

Returns:

  • (String)


19
20
21
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 19

def name
  @name
end

- (String) protocol_date

Date of invoicing to the counterparty.

Parameters:

  • (String, Time)

Returns:

  • (String)


135
136
137
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 135

def protocol_date
  @protocol_date
end

- (Fixnum) realization_probability

Probability of Fast Payment realization in %.

Parameters:

  • (Fixnum)

Returns:

  • (Fixnum)


115
116
117
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 115

def realization_probability
  @realization_probability
end

Related links(URI, label) in JSON format.

Parameters:

  • (String)

Returns:

  • (String)


171
172
173
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 171

def related_links
  @related_links
end

- (String) specific_symbol

Specific symbol.

Parameters:

  • (String)

Returns:

  • (String)


120
121
122
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 120

def specific_symbol
  @specific_symbol
end

- (String) variable_symbol

Variable symbol.

Parameters:

  • (String)

Returns:

  • (String)


125
126
127
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 125

def variable_symbol
  @variable_symbol
end

- (Fixnum) vat_rate

Vat rate.

Parameters:

  • (Fixnum)

Returns:

  • (Fixnum)


130
131
132
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 130

def vat_rate
  @vat_rate
end