Class: Stripe::V2::Billing::CollectionSettingService::CreateParams::PaymentMethodOptions::AcssDebit::MandateOptions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/billing/collection_setting_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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_typeObject

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