Class: Stripe::V2::Billing::CollectionSettingService::CreateParams::PaymentMethodOptions::AcssDebit::MandateOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::CollectionSettingService::CreateParams::PaymentMethodOptions::AcssDebit::MandateOptions
- Defined in:
- lib/stripe/services/v2/billing/collection_setting_service.rb
Instance Attribute Summary collapse
-
#transaction_type ⇒ Object
Transaction type of the mandate.
Instance Method Summary collapse
-
#initialize(transaction_type: nil) ⇒ MandateOptions
constructor
A new instance of MandateOptions.
Methods inherited from RequestParams
Constructor Details
#initialize(transaction_type: nil) ⇒ MandateOptions
Returns a new instance of MandateOptions.
55 56 57 |
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 55 def initialize(transaction_type: nil) @transaction_type = transaction_type end |
Instance Attribute Details
#transaction_type ⇒ Object
Transaction type of the mandate.
53 54 55 |
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 53 def transaction_type @transaction_type end |