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
- #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.
43 44 45 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 43 def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end |
Instance Attribute Details
#account_holder ⇒ CheckoutSdk::Common::AccountHolder
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#billing_address ⇒ CheckoutSdk::Common::Address
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#cryptogram ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#cvv ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#eci ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#expiry_month ⇒ Integer
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#expiry_year ⇒ Integer
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#name ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#phone ⇒ CheckoutSdk::Common::Phone
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#stored ⇒ TrueClass, FalseClass
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#token ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |
#token_type ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/source/network_token_source.rb', line 29 class NetworkTokenSource < PaymentSource attr_accessor :token, :expiry_month, :expiry_year, :token_type, :cryptogram, :eci, :stored, :name, :cvv, :billing_address, :phone, :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::NETWORK_TOKEN end end |