Class: CheckoutSdk::Payments::PlaidSource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/source/apm/plaid_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializePlaidSource

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_holderCheckoutSdk::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

#tokenString

Returns:

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