Class: CheckoutSdk::Payments::NetworkTokenSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::NetworkTokenSource
- Defined in:
- lib/checkout_sdk/payments/source/network_token_source.rb
Instance Attribute Summary collapse
- #account_holder ⇒ CheckoutSdk::Common::AccountHolder
- #billing_address ⇒ CheckoutSdk::Common::Address
- #cryptogram ⇒ String
- #cvv ⇒ String
- #eci ⇒ String
- #expiry_month ⇒ Integer
- #expiry_year ⇒ Integer
- #name ⇒ String
- #phone ⇒ CheckoutSdk::Common::Phone
- #store_for_future_use ⇒ TrueClass, FalseClass
- #stored ⇒ TrueClass, FalseClass
- #token ⇒ String
- #token_type ⇒ String
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ NetworkTokenSource
constructor
A new instance of NetworkTokenSource.
Constructor Details
#initialize ⇒ NetworkTokenSource
Returns a new instance of NetworkTokenSource.
46 47 48 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 46 def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end |
Instance Attribute Details
#account_holder ⇒ CheckoutSdk::Common::AccountHolder
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#billing_address ⇒ CheckoutSdk::Common::Address
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#cryptogram ⇒ String
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#cvv ⇒ String
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#eci ⇒ String
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#expiry_month ⇒ Integer
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#expiry_year ⇒ Integer
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#name ⇒ String
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#phone ⇒ CheckoutSdk::Common::Phone
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#store_for_future_use ⇒ TrueClass, FalseClass
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#stored ⇒ TrueClass, FalseClass
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#token ⇒ String
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#token_type ⇒ String
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 31 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :store_for_future_use, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |