Class: CheckoutSdk::Previous::Payments::NetworkTokenSource

Inherits:
PaymentSource
  • Object
show all
Defined in:
lib/checkout_sdk/payments/previous/source/network_token_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeNetworkTokenSource

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_addressCheckoutSdk::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

#cryptogramString

Returns:

  • (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

#cvvString

Returns:

  • (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

#eciString

Returns:

  • (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_monthInteger

Returns:

  • (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_yearInteger

Returns:

  • (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

#nameString

Returns:

  • (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

#phoneCheckoutSdk::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

#storedTrueClass, FalseClass

Returns:

  • (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

#tokenString

Returns:

  • (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_typeString



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