Method: CheckoutSdk::Payments::PlaidSource#account_holder
- Defined in:
-
lib/checkout_sdk/payments/source/apm/plaid_source.rb,
lib/checkout_sdk/payments/source/apm/plaid_source.rb
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 |