Class: UU::Finman::FinancialTransaction::FastPaymentSetAttributes
- Inherits:
-
OS::REST::DTO
- Object
- OS::REST::DTO
- UU::Finman::FinancialTransaction::FastPaymentSetAttributes
- Defined in:
- lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb
Overview
DTO for setAttributes command of Fast Payment.
Instance Attribute Summary (collapse)
-
- (Fixnum) amount_with_vat
Amount of the Fast Payment with vat.
-
- (Fixnum) amount_without_vat
Amount of the Fast Payment without vat.
-
- (String) constant_symbol
Constant symbol.
-
- (UU::OS::UESURI) contract_uri
UESURI of Contract.
-
- (String) cost_item_code
Code of cost item.
-
- (String) credit_account_number
Number of credit account.
-
- (UU::OS::UESURI) credit_account_uri
UESURI of credit account artifact.
-
- (UU::OS::UESURI) credit_business_case_from_opposite_territory
UESURI of credit business case from opposite territory.
-
- (String) credit_description
Description for credit side.
-
- (UU::OS::UESURI) credit_financial_category_uri
UESURI of credit financial category.
-
- (String) credit_vat_date
Credit vat date of the transaction.
-
- (String) debit_account_number
Number of debit account.
-
- (UU::OS::UESURI) debit_account_uri
UESURI of debit account artifact.
-
- (UU::OS::UESURI) debit_business_case_from_opposite_territory
UESURI of debit business case from opposite territory.
-
- (String) debit_description
Description for debit side.
-
- (UU::OS::UESURI) debit_financial_category_uri
UESURI of debit financial category.
-
- (String) debit_vat_date
Debit vat date of the transaction.
-
- (String) due_date
Date the payment is due to be paid.
-
- (String) expected_pay_date
Date the payment is expected to be payed to.
-
- (Fixnum) explicit_amount
Explicit amount with VAT in opposite side currency.
-
- (Fixnum) explicit_exchange_rate
Explicit exchange rate.
-
- (FinancialTransactionType) financial_transaction_type
Type of Fast Payment.
-
- (String) income_item_code
Code of income item.
-
- (String) invoice_number
Invoice number of Fast Payment.
-
- (String) name
Name of Fast Payment.
-
- (String) protocol_date
Date of invoicing to the counterparty.
-
- (Fixnum) realization_probability
Probability of Fast Payment realization in %.
-
- (String) related_links
Related links(URI, label) in JSON format.
-
- (String) specific_symbol
Specific symbol.
-
- (String) variable_symbol
Variable symbol.
-
- (Fixnum) vat_rate
Vat rate.
Instance Attribute Details
- (Fixnum) amount_with_vat
Amount of the Fast Payment with vat.
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.
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.
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.
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.
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.
49 50 51 |
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 49 def credit_account_number @credit_account_number end |
- (UU::OS::UESURI) credit_account_uri
UESURI of credit account artifact.
54 55 56 |
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 54 def credit_account_uri @credit_account_uri end |
- (UU::OS::UESURI) credit_business_case_from_opposite_territory
UESURI of credit business case from opposite territory.
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.
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.
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.
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.
70 71 72 |
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 70 def debit_account_number @debit_account_number end |
- (UU::OS::UESURI) debit_account_uri
UESURI of debit account artifact.
75 76 77 |
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 75 def debit_account_uri @debit_account_uri end |
- (UU::OS::UESURI) debit_business_case_from_opposite_territory
UESURI of debit business case from opposite territory.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 %.
115 116 117 |
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 115 def realization_probability @realization_probability end |
- (String) related_links
Related links(URI, label) in JSON format.
171 172 173 |
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 171 def @related_links end |
- (String) specific_symbol
Specific symbol.
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.
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.
130 131 132 |
# File 'lib/uu/finman/financialtransaction/fast_payment_set_attributes.rb', line 130 def vat_rate @vat_rate end |