Class: CheckoutSdk::Payments::PlaidSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::PlaidSource
- Defined in:
- lib/checkout_sdk/payments/source/apm/plaid_source.rb
Instance Attribute Summary collapse
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ PlaidSource
constructor
A new instance of PlaidSource.
Constructor Details
#initialize ⇒ PlaidSource
Returns a new instance of PlaidSource.
12 13 14 |
# File 'lib/checkout_sdk/payments/source/apm/plaid_source.rb', line 12 def initialize super CheckoutSdk::Common::PaymentSourceType::PLAID end |
Instance Attribute Details
#account_holder ⇒ CheckoutSdk::Common::AccountHolder
9 10 11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/source/apm/plaid_source.rb', line 9 class PlaidSource < PaymentSource attr_accessor :token, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::PLAID end end |
#token ⇒ String
9 10 11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/source/apm/plaid_source.rb', line 9 class PlaidSource < PaymentSource attr_accessor :token, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::PLAID end end |