Class: CheckoutSdk::Payments::Card
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::Card
- Defined in:
- lib/checkout_sdk/payments/card.rb
Instance Attribute Summary collapse
Instance Attribute Details
#account_holder ⇒ CheckoutSdk::Common::AccountHolder
9 10 11 12 |
# File 'lib/checkout_sdk/payments/card.rb', line 9 class Card attr_accessor :account_holder, :store_payment_details end |
#store_payment_details ⇒ String
Returns StorePaymentDetailsType.
9 10 11 12 |
# File 'lib/checkout_sdk/payments/card.rb', line 9 class Card attr_accessor :account_holder, :store_payment_details end |