Class: UU::Fairpay2::FinancialTransaction::BankTransactionAttributes
- Inherits:
-
OS::REST::DTO
- Object
- OS::REST::DTO
- UU::Fairpay2::FinancialTransaction::BankTransactionAttributes
- Defined in:
- lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb
Instance Attribute Summary (collapse)
-
- (Fixnum) amount
Amount of the Bank Transaction.
-
- (Fixnum) amount_for_opp_side
Amount for opposite side.
-
- (String) code
Code of the bank transaction.
-
- (UU::OS::UESURI) competent_role_uri
URI of role competent for the bank transaction.
-
- (String) constant_symbol
Constant symbol.
-
- (String) creation_stamp
Creation stamp of the bank transaction.
-
- (String) creation_time
Creation time of the bank transaction.
-
- (String) credit_account_currency
Credit Account Currency.
-
- (String) credit_account_number
Credit Client Account Number.
-
- (UU::OS::UESURI) credit_account_uri
UESURI of Credit Account Uri.
-
- (UU::OS::UESURI) credit_business_case_uri
UESURI of the credit business case or Client Account Business Case.
-
- (String) currency
Currency code.
-
- (String) debit_account_currency
Debit Account Currency.
-
- (String) debit_account_number
Debit Client Account Number.
-
- (UU::OS::UESURI) debit_account_uri
UESURI of Debit Account Uri.
-
- (UU::OS::UESURI) debit_business_case_uri
UESURI of the debit business case or Client Account Business Case.
-
- (String) description
Description of the bank transaction.
-
- (UU::OS::UESURI) entity_type_uri
URI of the entity type of the bank transaction.
-
- (Fixnum) exchange_rate_for_opp_side
Exchange rate for opposite side.
-
- (String) finman_transaction_uri
UESURI of Finman g03 transaction or uri of financial transaction in uuFinMang05.
-
- (UU::OS::UESURI) icon_uri
URI of the icon of the bank transaction.
-
- (UU::OS::UESURI) location_uri
Uri of org.
-
- (String) message_payer
Message for payer.
-
- (String) message_recipient
Message for recipient.
-
- (UU::OS::UESURI) meta_artifact_uri
URI of the meta artifact of the bank transaction.
-
- (String) modification_stamp
Modification stamp of the bank transaction.
-
- (String) modification_time
Modification time of the bank transaction.
-
- (String) name
Name of the bank transaction.
-
- (UU::OS::UESURI) organizational_unit_uri
URI of organizational unit of the bank transaction.
-
- (UU::OS::Artifact::SecurityLevel) security_level
Security level of the bank transaction.
-
- (String) specific_symbol
Specific symbol.
-
- (String) state_comment
Comment of current state of the bank transaction.
-
- (String) state_name
Name of current state of the bank transaction.
-
- (UU::OS::Artifact::ArtifactStateType) state_type
Type of current state of the bank transaction.
-
- (UU::OS::UESURI) uri
URI of the bank transaction.
-
- (String) variable_symbol
Variable symbol.
-
- (String) version
Version of the bank transaction.
-
- (UU::OS::Artifact::ArtifactWidthType) width
Flag of width of sheets of the bank transaction.
Instance Attribute Details
- (Fixnum) amount
Amount of the Bank Transaction.
107 108 109 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 107 def amount @amount end |
- (Fixnum) amount_for_opp_side
Amount for opposite side
197 198 199 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 197 def amount_for_opp_side @amount_for_opp_side end |
- (String) code
Code of the bank transaction.
17 18 19 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 17 def code @code end |
- (UU::OS::UESURI) competent_role_uri
URI of role competent for the bank transaction.
42 43 44 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 42 def competent_role_uri @competent_role_uri end |
- (String) constant_symbol
Constant symbol.
112 113 114 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 112 def constant_symbol @constant_symbol end |
- (String) creation_stamp
Creation stamp of the bank transaction.
52 53 54 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 52 def creation_stamp @creation_stamp end |
- (String) creation_time
Creation time of the bank transaction.
57 58 59 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 57 def creation_time @creation_time end |
- (String) credit_account_currency
Credit Account Currency
182 183 184 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 182 def credit_account_currency @credit_account_currency end |
- (String) credit_account_number
Credit Client Account Number
162 163 164 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 162 def credit_account_number @credit_account_number end |
- (UU::OS::UESURI) credit_account_uri
UESURI of Credit Account Uri
172 173 174 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 172 def credit_account_uri @credit_account_uri end |
- (UU::OS::UESURI) credit_business_case_uri
UESURI of the credit business case or Client Account Business Case.
117 118 119 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 117 def credit_business_case_uri @credit_business_case_uri end |
- (String) currency
Currency code.
122 123 124 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 122 def currency @currency end |
- (String) debit_account_currency
Debit Account Currency
187 188 189 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 187 def debit_account_currency @debit_account_currency end |
- (String) debit_account_number
Debit Client Account Number
167 168 169 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 167 def debit_account_number @debit_account_number end |
- (UU::OS::UESURI) debit_account_uri
UESURI of Debit Account Uri
177 178 179 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 177 def debit_account_uri @debit_account_uri end |
- (UU::OS::UESURI) debit_business_case_uri
UESURI of the debit business case or Client Account Business Case.
127 128 129 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 127 def debit_business_case_uri @debit_business_case_uri end |
- (String) description
Description of the bank transaction.
22 23 24 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 22 def description @description end |
- (UU::OS::UESURI) entity_type_uri
URI of the entity type of the bank transaction.
102 103 104 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 102 def entity_type_uri @entity_type_uri end |
- (Fixnum) exchange_rate_for_opp_side
Exchange rate for opposite side.
192 193 194 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 192 def exchange_rate_for_opp_side @exchange_rate_for_opp_side end |
- (String) finman_transaction_uri
UESURI of Finman g03 transaction or uri of financial transaction in uuFinMang05. Attribute is not required. Should be used only in integration FINMAN->FAIRPAY
152 153 154 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 152 def finman_transaction_uri @finman_transaction_uri end |
- (UU::OS::UESURI) icon_uri
URI of the icon of the bank transaction.
97 98 99 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 97 def icon_uri @icon_uri end |
- (UU::OS::UESURI) location_uri
Uri of org. unit or folder where we want to create Finman transaction. Attribute is required.
157 158 159 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 157 def location_uri @location_uri end |
- (String) message_payer
Message for payer.
147 148 149 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 147 def @message_payer end |
- (String) message_recipient
Message for recipient.
142 143 144 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 142 def @message_recipient end |
- (UU::OS::UESURI) meta_artifact_uri
URI of the meta artifact of the bank transaction.
37 38 39 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 37 def @meta_artifact_uri end |
- (String) modification_stamp
Modification stamp of the bank transaction.
62 63 64 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 62 def modification_stamp @modification_stamp end |
- (String) modification_time
Modification time of the bank transaction.
67 68 69 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 67 def modification_time @modification_time end |
- (String) name
Name of the bank transaction.
12 13 14 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 12 def name @name end |
- (UU::OS::UESURI) organizational_unit_uri
URI of organizational unit of the bank transaction.
32 33 34 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 32 def organizational_unit_uri @organizational_unit_uri end |
- (UU::OS::Artifact::SecurityLevel) security_level
Security level of the bank transaction.
47 48 49 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 47 def security_level @security_level end |
- (String) specific_symbol
Specific symbol.
132 133 134 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 132 def specific_symbol @specific_symbol end |
- (String) state_comment
Comment of current state of the bank transaction.
82 83 84 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 82 def state_comment @state_comment end |
- (String) state_name
Name of current state of the bank transaction.
77 78 79 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 77 def state_name @state_name end |
- (UU::OS::Artifact::ArtifactStateType) state_type
Type of current state of the bank transaction.
87 88 89 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 87 def state_type @state_type end |
- (UU::OS::UESURI) uri
URI of the bank transaction.
27 28 29 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 27 def uri @uri end |
- (String) variable_symbol
Variable symbol.
137 138 139 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 137 def variable_symbol @variable_symbol end |
- (String) version
Version of the bank transaction.
72 73 74 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 72 def version @version end |
- (UU::OS::Artifact::ArtifactWidthType) width
Flag of width of sheets of the bank transaction.
92 93 94 |
# File 'lib/uu/fairpay2/financialtransaction/bank_transaction_get_attributes.rb', line 92 def width @width end |