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