Class: CheckoutSdk::Previous::Sources::SepaSourceRequest
- Inherits:
-
SourceRequest
- Object
- SourceRequest
- CheckoutSdk::Previous::Sources::SepaSourceRequest
- Defined in:
- lib/checkout_sdk/sources/sepa_source_request.rb
Instance Attribute Summary collapse
Attributes inherited from SourceRequest
#customer, #phone, #reference, #type
Instance Method Summary collapse
-
#initialize ⇒ SepaSourceRequest
constructor
A new instance of SepaSourceRequest.
Constructor Details
#initialize ⇒ SepaSourceRequest
Returns a new instance of SepaSourceRequest.
14 15 16 |
# File 'lib/checkout_sdk/sources/sepa_source_request.rb', line 14 def initialize super CheckoutSdk::Previous::Sources::SourceType::SEPA end |
Instance Attribute Details
#billing_address ⇒ CheckoutSdk::Common::Address
10 11 12 13 14 15 16 17 |
# File 'lib/checkout_sdk/sources/sepa_source_request.rb', line 10 class SepaSourceRequest < SourceRequest attr_accessor :billing_address, :source_data def initialize super CheckoutSdk::Previous::Sources::SourceType::SEPA end end |
#source_data ⇒ SourceData
10 11 12 13 14 15 16 17 |
# File 'lib/checkout_sdk/sources/sepa_source_request.rb', line 10 class SepaSourceRequest < SourceRequest attr_accessor :billing_address, :source_data def initialize super CheckoutSdk::Previous::Sources::SourceType::SEPA end end |