Class: Stripe::SubscriptionService::UpdateParams::PaymentSettings::PaymentMethodOptions::AcssDebit::MandateOptions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/subscription_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.



302
303
304
# File 'lib/stripe/services/subscription_service.rb', line 302

def initialize(transaction_type: nil)
  @transaction_type = transaction_type
end

Instance Attribute Details

#transaction_typeObject

Transaction type of the mandate.



300
301
302
# File 'lib/stripe/services/subscription_service.rb', line 300

def transaction_type
  @transaction_type
end