Class: UU::Finman::FinancialTransaction::ExpostPaymentSetAttributes
- Inherits:
- 
      OS::REST::DTO
      
        - Object
- OS::REST::DTO
- UU::Finman::FinancialTransaction::ExpostPaymentSetAttributes
 
- Defined in:
- lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb
Overview
DTO for setAttributes command of Expost payment Transaction.
Instance Attribute Summary (collapse)
- 
  
    
      - (Fixnum) amount_with_vat 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Amount of the Financial Transaction with vat. 
- 
  
    
      - (Fixnum) amount_without_vat 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Amount of the Financial Transaction 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. 
- 
  
    
      - (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. 
- 
  
    
      - (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. 
- 
  
    
      - (Fixnum) explicit_amount 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Explicit amount with VAT in opposite side currency. 
- 
  
    
      - (Fixnum) explicit_exchange_rate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Explicit exchange rate. 
- 
  
    
      - (FinancialTransactionType) financial_transaction_type 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Type of financial transaction. 
- 
  
    
      - (String) income_item_code 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Code of income item. 
- 
  
    
      - (String) invoice_number 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Invoice number of financial transaction. 
- 
  
    
      - (String) name 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of Financial Transaction. 
- 
  
    
      - (String) pay_date 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Pay date of the transaction. 
- 
  
    
      - (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 Financial Transaction with vat.
| 29 30 31 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 29 def amount_with_vat @amount_with_vat end | 
- (Fixnum) amount_without_vat
Amount of the Financial Transaction without vat.
| 24 25 26 | # File 'lib/uu/finman/financialtransaction/expost_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/expost_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/expost_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/expost_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/expost_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/expost_payment_set_attributes.rb', line 54 def credit_account_uri @credit_account_uri end | 
- (String) credit_description
Description for credit side.
| 59 60 61 | # File 'lib/uu/finman/financialtransaction/expost_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/expost_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.
| 69 70 71 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 69 def credit_vat_date @credit_vat_date end | 
- (String) debit_account_number
Number of debit account.
| 74 75 76 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 74 def debit_account_number @debit_account_number end | 
- (UU::OS::UESURI) debit_account_uri
UESURI of debit account artifact.
| 79 80 81 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 79 def debit_account_uri @debit_account_uri end | 
- (String) debit_description
Description for debit side.
| 84 85 86 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 84 def debit_description @debit_description end | 
- (UU::OS::UESURI) debit_financial_category_uri
UESURI of debit financial category.
| 89 90 91 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 89 def debit_financial_category_uri @debit_financial_category_uri end | 
- (String) debit_vat_date
Debit vat date of the transaction.
| 94 95 96 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 94 def debit_vat_date @debit_vat_date end | 
- (Fixnum) explicit_amount
Explicit amount with VAT in opposite side currency. Can be set only by role cast in Accounting Authorities.
| 140 141 142 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 140 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.
| 135 136 137 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 135 def explicit_exchange_rate @explicit_exchange_rate end | 
- (FinancialTransactionType) financial_transaction_type
Type of financial transaction. CASH or NONCASH.
| 99 100 101 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 99 def financial_transaction_type @financial_transaction_type end | 
- (String) income_item_code
Code of income item.
| 104 105 106 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 104 def income_item_code @income_item_code end | 
- (String) invoice_number
Invoice number of financial transaction.
| 109 110 111 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 109 def invoice_number @invoice_number end | 
- (String) name
Name of Financial Transaction. Cannot be empty.
| 19 20 21 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 19 def name @name end | 
- (String) pay_date
Pay date of the transaction.
| 114 115 116 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 114 def pay_date @pay_date end | 
- (String) related_links
Related links(URI, label) in JSON format.
| 145 146 147 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 145 def @related_links end | 
- (String) specific_symbol
Specific symbol.
| 119 120 121 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 119 def specific_symbol @specific_symbol end | 
- (String) variable_symbol
Variable symbol.
| 124 125 126 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 124 def variable_symbol @variable_symbol end | 
- (Fixnum) vat_rate
Vat rate.
| 129 130 131 | # File 'lib/uu/finman/financialtransaction/expost_payment_set_attributes.rb', line 129 def vat_rate @vat_rate end |