Class: CheckoutSdk::Payments::PaymentSetupAccountFundingTransaction

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/setups/payment_setup_account_funding_transaction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledTrueClass, FalseClass

Returns:

  • (TrueClass, FalseClass)


13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/setups/payment_setup_account_funding_transaction.rb', line 13

class PaymentSetupAccountFundingTransaction
  attr_accessor :enabled,
                :purpose,
                :sender,
                :recipient
end

#purposeString

Returns:



13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/setups/payment_setup_account_funding_transaction.rb', line 13

class PaymentSetupAccountFundingTransaction
  attr_accessor :enabled,
                :purpose,
                :sender,
                :recipient
end

#recipientAccountFundingTransactionRecipient



13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/setups/payment_setup_account_funding_transaction.rb', line 13

class PaymentSetupAccountFundingTransaction
  attr_accessor :enabled,
                :purpose,
                :sender,
                :recipient
end

#senderAccountFundingTransactionSender



13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/setups/payment_setup_account_funding_transaction.rb', line 13

class PaymentSetupAccountFundingTransaction
  attr_accessor :enabled,
                :purpose,
                :sender,
                :recipient
end