Class: CheckoutSdk::Previous::Payments::PayPalSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Previous::Payments::PayPalSource
- Defined in:
- lib/checkout_sdk/payments/previous/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.
20 21 22 |
# File 'lib/checkout_sdk/payments/previous/source/apm/paypal_source.rb', line 20 def initialize super CheckoutSdk::Common::PaymentSourceType::PAYPAL end |
Instance Attribute Details
#invoice_number ⇒ String
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/paypal_source.rb', line 14 class PayPalSource < PaymentSource attr_accessor :invoice_number, :recipient_name, :logo_url, :stc def initialize super CheckoutSdk::Common::PaymentSourceType::PAYPAL end end |
#logo_url ⇒ String
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/paypal_source.rb', line 14 class PayPalSource < PaymentSource attr_accessor :invoice_number, :recipient_name, :logo_url, :stc def initialize super CheckoutSdk::Common::PaymentSourceType::PAYPAL end end |
#recipient_name ⇒ String
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/paypal_source.rb', line 14 class PayPalSource < PaymentSource attr_accessor :invoice_number, :recipient_name, :logo_url, :stc def initialize super CheckoutSdk::Common::PaymentSourceType::PAYPAL end end |
#stc ⇒ Hash(String=>String)
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/checkout_sdk/payments/previous/source/apm/paypal_source.rb', line 14 class PayPalSource < PaymentSource attr_accessor :invoice_number, :recipient_name, :logo_url, :stc def initialize super CheckoutSdk::Common::PaymentSourceType::PAYPAL end end |