Class: InstructionDetails
- Inherits:
-
Object
- Object
- InstructionDetails
- Defined in:
- lib/compropago_sdk/factory/models/instruction_details.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#bank_account_holder_name ⇒ Object
Returns the value of attribute bank_account_holder_name.
-
#bank_account_number ⇒ Object
Returns the value of attribute bank_account_number.
-
#bank_name ⇒ Object
Returns the value of attribute bank_name.
-
#bank_reference ⇒ Object
Returns the value of attribute bank_reference.
-
#company_bank_number ⇒ Object
Returns the value of attribute company_bank_number.
-
#company_reference_name ⇒ Object
Returns the value of attribute company_reference_name.
-
#company_reference_number ⇒ Object
Returns the value of attribute company_reference_number.
-
#order_reference_number ⇒ Object
Returns the value of attribute order_reference_number.
-
#payment_amount ⇒ Object
Returns the value of attribute payment_amount.
-
#payment_store ⇒ Object
Returns the value of attribute payment_store.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 5 def amount @amount end |
#bank_account_holder_name ⇒ Object
Returns the value of attribute bank_account_holder_name.
12 13 14 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 12 def bank_account_holder_name @bank_account_holder_name end |
#bank_account_number ⇒ Object
Returns the value of attribute bank_account_number.
7 8 9 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 7 def bank_account_number @bank_account_number end |
#bank_name ⇒ Object
Returns the value of attribute bank_name.
14 15 16 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 14 def bank_name @bank_name end |
#bank_reference ⇒ Object
Returns the value of attribute bank_reference.
13 14 15 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 13 def bank_reference @bank_reference end |
#company_bank_number ⇒ Object
Returns the value of attribute company_bank_number.
10 11 12 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 10 def company_bank_number @company_bank_number end |
#company_reference_name ⇒ Object
Returns the value of attribute company_reference_name.
8 9 10 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 8 def company_reference_name @company_reference_name end |
#company_reference_number ⇒ Object
Returns the value of attribute company_reference_number.
9 10 11 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 9 def company_reference_number @company_reference_number end |
#order_reference_number ⇒ Object
Returns the value of attribute order_reference_number.
11 12 13 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 11 def order_reference_number @order_reference_number end |
#payment_amount ⇒ Object
Returns the value of attribute payment_amount.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 3 def payment_amount @payment_amount end |
#payment_store ⇒ Object
Returns the value of attribute payment_store.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 4 def payment_store @payment_store end |
#store ⇒ Object
Returns the value of attribute store.
6 7 8 |
# File 'lib/compropago_sdk/factory/models/instruction_details.rb', line 6 def store @store end |