Class: CheckoutSdk::Transfers::CreateTransfer
- Inherits:
-
Object
- Object
- CheckoutSdk::Transfers::CreateTransfer
- Defined in:
- lib/checkout_sdk/transfers/create_transfer.rb
Instance Attribute Summary collapse
- #destination ⇒ TransferDestination
- #reference ⇒ String
- #source ⇒ TransferSource
- #transfer_type ⇒ String
Instance Attribute Details
#destination ⇒ TransferDestination
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/transfers/create_transfer.rb', line 13 class CreateTransfer attr_accessor :reference, :transfer_type, :source, :destination end |
#reference ⇒ String
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/transfers/create_transfer.rb', line 13 class CreateTransfer attr_accessor :reference, :transfer_type, :source, :destination end |
#source ⇒ TransferSource
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/transfers/create_transfer.rb', line 13 class CreateTransfer attr_accessor :reference, :transfer_type, :source, :destination end |
#transfer_type ⇒ String
Returns TransferType.
13 14 15 16 17 18 |
# File 'lib/checkout_sdk/transfers/create_transfer.rb', line 13 class CreateTransfer attr_accessor :reference, :transfer_type, :source, :destination end |