Class: CheckoutSdk::Common::AmountAllocations
- Inherits:
-
Object
- Object
- CheckoutSdk::Common::AmountAllocations
- Defined in:
- lib/checkout_sdk/common/amount_allocations.rb
Instance Attribute Summary collapse
Instance Attribute Details
#amount ⇒ Integer
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/amount_allocations.rb', line 13 class AmountAllocations attr_accessor :id, :amount, :reference, :commission end |
#commission ⇒ Commission
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/amount_allocations.rb', line 13 class AmountAllocations attr_accessor :id, :amount, :reference, :commission end |
#id ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/amount_allocations.rb', line 13 class AmountAllocations attr_accessor :id, :amount, :reference, :commission end |
#reference ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/common/amount_allocations.rb', line 13 class AmountAllocations attr_accessor :id, :amount, :reference, :commission end |