Class: CheckoutSdk::Risk::RiskPaymentSource
- Inherits:
-
Object
- Object
- CheckoutSdk::Risk::RiskPaymentSource
- Defined in:
- lib/checkout_sdk/risk/source/risk_payment_source.rb
Direct Known Subclasses
Instance Attribute Summary collapse
Instance Attribute Details
#type ⇒ String
Returns Common::PaymentSourceType.
7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/checkout_sdk/risk/source/risk_payment_source.rb', line 7 class RiskPaymentSource attr_reader :type protected # @abstract # @param [String] {CheckoutSdk::Common::PaymentSourceType} def initialize(type) @type = type end end |