Class: Stripe::SubscriptionUpdateParams::PaymentSettings::PaymentMethodOptions::AcssDebit::MandateOptions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/subscription_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(transaction_type: nil) ⇒ MandateOptions

Returns a new instance of MandateOptions.



593
594
595
# File 'lib/stripe/params/subscription_update_params.rb', line 593

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

Instance Attribute Details

#transaction_typeObject

Transaction type of the mandate.



591
592
593
# File 'lib/stripe/params/subscription_update_params.rb', line 591

def transaction_type
  @transaction_type
end