Class: CheckoutSdk::Common::AmountAllocations

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/common/amount_allocations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountInteger

Returns:

  • (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

#commissionCommission

Returns:



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

#idString

Returns:

  • (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

#referenceString

Returns:

  • (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