Class: CheckoutSdk::Risk::IdSource
- Inherits:
-
RiskPaymentSource
- Object
- RiskPaymentSource
- CheckoutSdk::Risk::IdSource
- Defined in:
- lib/checkout_sdk/risk/source/id_source.rb
Instance Attribute Summary collapse
Attributes inherited from RiskPaymentSource
Instance Method Summary collapse
-
#initialize ⇒ IdSource
constructor
A new instance of IdSource.
Constructor Details
#initialize ⇒ IdSource
Returns a new instance of IdSource.
13 14 15 |
# File 'lib/checkout_sdk/risk/source/id_source.rb', line 13 def initialize super CheckoutSdk::Common::PaymentSourceType::ID end |
Instance Attribute Details
#cvv ⇒ String
9 10 11 12 13 14 15 16 |
# File 'lib/checkout_sdk/risk/source/id_source.rb', line 9 class IdSource < RiskPaymentSource attr_accessor :id, :cvv def initialize super CheckoutSdk::Common::PaymentSourceType::ID end end |
#id ⇒ String
9 10 11 12 13 14 15 16 |
# File 'lib/checkout_sdk/risk/source/id_source.rb', line 9 class IdSource < RiskPaymentSource attr_accessor :id, :cvv def initialize super CheckoutSdk::Common::PaymentSourceType::ID end end |