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