Class: Stripe::V2::Billing::CollectionSettingService::UpdateParams::PaymentMethodOptions::AcssDebit::MandateOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::CollectionSettingService::UpdateParams::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.
275 276 277 |
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 275 def initialize(transaction_type: nil) @transaction_type = transaction_type end |
Instance Attribute Details
#transaction_type ⇒ Object
Transaction type of the mandate.
273 274 275 |
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 273 def transaction_type @transaction_type end |