Class: CheckoutSdk::Payments::Card

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/card.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_holderCheckoutSdk::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_detailsString

Returns:



9
10
11
12
# File 'lib/checkout_sdk/payments/card.rb', line 9

class Card
  attr_accessor :account_holder,
                :store_payment_details
end