Class: CheckoutSdk::Previous::Payments::IdSource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/previous/source/id_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeIdSource

Returns a new instance of IdSource.



20
21
22
# File 'lib/checkout_sdk/payments/previous/source/id_source.rb', line 20

def initialize
  super CheckoutSdk::Common::PaymentSourceType::ID
end

Instance Attribute Details

#cvvString

Returns:

  • (String)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/id_source.rb', line 14

class IdSource < PaymentSource
  attr_accessor :id,
                :cvv,
                :stored,
                :store_for_future_use

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::ID
  end
end

#idString

Returns:

  • (String)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/id_source.rb', line 14

class IdSource < PaymentSource
  attr_accessor :id,
                :cvv,
                :stored,
                :store_for_future_use

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::ID
  end
end

#store_for_future_useTrueClass, FalseClass

Returns:

  • (TrueClass, FalseClass)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/id_source.rb', line 14

class IdSource < PaymentSource
  attr_accessor :id,
                :cvv,
                :stored,
                :store_for_future_use

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::ID
  end
end

#storedTrueClass, FalseClass

Returns:

  • (TrueClass, FalseClass)


14
15
16
17
18
19
20
21
22
23
# File 'lib/checkout_sdk/payments/previous/source/id_source.rb', line 14

class IdSource < PaymentSource
  attr_accessor :id,
                :cvv,
                :stored,
                :store_for_future_use

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::ID
  end
end