Class: UU::Finman::FinancialTransaction::FinancialTransactionToBePaidAttributes

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) amount_with_vat

Amount of the Financial Transaction with vat.


32
33
34
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 32

def amount_with_vat
  @amount_with_vat
end

- (Object) amount_without_vat

Amount of the Financial Transaction without vat.


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

def amount_without_vat
  @amount_without_vat
end

- (Object) code

Code of the financial transaction.

Since:

  • FINMAN3-14-06


26
27
28
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 26

def code
  @code
end

- (Object) constant_symbol

Constant symbol. Not set for transfers.


36
37
38
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 36

def constant_symbol
  @constant_symbol
end

- (Object) credit_account_number

Number of credit account.


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

def 
  @credit_account_number
end

- (Object) credit_account_type

Type of account. BANK for Finman Bank Account, CLIENT for FairPay Client Account


108
109
110
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 108

def 
  @credit_account_type
end

- (Object) credit_account_uri

UESURI of credit account artifact.


42
43
44
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 42

def 
  @credit_account_uri
end

- (Object) credit_business_case_uri

UESURI of the credit business case


45
46
47
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 45

def credit_business_case_uri
  @credit_business_case_uri
end

- (Object) credit_company_uri

UESURI of the Company


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

def credit_company_uri
  @credit_company_uri
end

- (Object) credit_description

Description for credit side.


51
52
53
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 51

def credit_description
  @credit_description
end

- (Object) credit_vat_date

Credit vat date of the transaction.


57
58
59
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 57

def credit_vat_date
  @credit_vat_date
end

- (Object) currency

Currency of the transaction


48
49
50
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 48

def currency
  @currency
end

- (Object) debit_account_number

Number of debit account.


60
61
62
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 60

def 
  @debit_account_number
end

- (Object) debit_account_type

Type of account. BANK for Finman Bank Account, CLIENT for FairPay Client Account


111
112
113
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 111

def 
  @debit_account_type
end

- (Object) debit_account_uri

UESURI of debit account artifact.


63
64
65
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 63

def 
  @debit_account_uri
end

- (Object) debit_business_case_uri

UESURI of the debit business case.


66
67
68
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 66

def debit_business_case_uri
  @debit_business_case_uri
end

- (Object) debit_company_uri

UESURI of the Company


72
73
74
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 72

def debit_company_uri
  @debit_company_uri
end

- (Object) debit_description

Description for debit side.


69
70
71
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 69

def debit_description
  @debit_description
end

- (Object) debit_vat_date

Debit vat date of the transaction. Not set for transfers.


76
77
78
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 76

def debit_vat_date
  @debit_vat_date
end

- (Object) due_date

Due date.


117
118
119
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 117

def due_date
  @due_date
end

- (Object) expected_pay_date

Date the payment is expected to be payed to. Not set for expost payments.


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

def expected_pay_date
  @expected_pay_date
end

- (Object) financial_transaction_class

Class of financial transaction (specifies if it is Payment, Payment Copy, Transfer, Expost payment or Credit note).


114
115
116
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 114

def financial_transaction_class
  @financial_transaction_class
end

- (Object) interterritorial

is transaction interterritorial?


101
102
103
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 101

def interterritorial
  @interterritorial
end

- (Object) meta_artifact_uri

URI of meta artifact of the financial transaction.

Since:

  • FINMAN3-14-06


18
19
20
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 18

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) name

Name of the financial transaction.

Since:

  • FINMAN3-14-06


22
23
24
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 22

def name
  @name
end

- (Object) pay_transaction_activity_uri

UESURI pay transaction activity


87
88
89
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 87

def pay_transaction_activity_uri
  @pay_transaction_activity_uri
end

- (Object) protocol_date

Date of invoicing to the counterparty. Not set for expost payments and transfers.


91
92
93
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 91

def protocol_date
  @protocol_date
end

- (Object) specific_symbol

Specific symbol. Not set for transfers.


84
85
86
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 84

def specific_symbol
  @specific_symbol
end

- (Object) transaction_app_type

Application type of the transaction. FAIRPAY for transaction between two Client Accounts, FINMAN for transaction between two Accounts. OTHER for combination of both account types.


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

def transaction_app_type
  @transaction_app_type
end

- (Object) uri

DTO for get attributes command of financial transaction. URI of the financial transaction.

Author:

  • Vladimír Neckář [vig2i7]

Since:

  • FINMAN3-14-06


14
15
16
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 14

def uri
  @uri
end

- (Object) variable_symbol

Variable symbol. Not set for transfers.


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

def variable_symbol
  @variable_symbol
end

- (Object) vat_rate

Vat rate.


98
99
100
# File 'lib/uu/finman/financialtransaction/financial_transaction_to_be_paid_attributes.rb', line 98

def vat_rate
  @vat_rate
end