Class: Stripe::InvoiceUpdateParams::PaymentSettings::PaymentMethodOptions::AcssDebit::MandateOptions

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



75
76
77
# File 'lib/stripe/params/invoice_update_params.rb', line 75

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

Instance Attribute Details

#transaction_typeObject

Transaction type of the mandate.



73
74
75
# File 'lib/stripe/params/invoice_update_params.rb', line 73

def transaction_type
  @transaction_type
end