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