Class: CheckoutSdk::Payments::NetworkTokenSource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/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.



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

#cryptogramString

Returns:

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

#cvvString

Returns:

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

#eciString

Returns:

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

Returns:

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

Returns:

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

#nameString

Returns:

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

#phoneCheckoutSdk::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_useTrueClass, FalseClass

Returns:

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

#storedTrueClass, FalseClass

Returns:

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

#tokenString

Returns:

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



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