Class: CheckoutSdk::Payments::CvConnectSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::CvConnectSource
- Defined in:
- lib/checkout_sdk/payments/source/apm/cv_connect_source.rb
Instance Attribute Summary collapse
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ CvConnectSource
constructor
A new instance of CvConnectSource.
Constructor Details
#initialize ⇒ CvConnectSource
Returns a new instance of CvConnectSource.
10 11 12 |
# File 'lib/checkout_sdk/payments/source/apm/cv_connect_source.rb', line 10 def initialize super CheckoutSdk::Common::PaymentSourceType::CV_CONNECT end |
Instance Attribute Details
#billing_address ⇒ CheckoutSdk::Common::Address
7 8 9 10 11 12 13 |
# File 'lib/checkout_sdk/payments/source/apm/cv_connect_source.rb', line 7 class CvConnectSource < PaymentSource attr_accessor :billing_address def initialize super CheckoutSdk::Common::PaymentSourceType::CV_CONNECT end end |