Method: CheckoutSdk::Payments::IdSource#id
- Defined in:
-
lib/checkout_sdk/payments/source/id_source.rb,
lib/checkout_sdk/payments/source/id_source.rb
17 18 19 20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/source/id_source.rb', line 17 class IdSource < PaymentSource attr_accessor :id, :cvv, :payment_method, :stored, :store_for_future_use, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::ID end end |