Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::StripeBalance::MandateOptions

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(stripe_balance_debit_agreement: nil) ⇒ MandateOptions

Returns a new instance of MandateOptions.



5604
5605
5606
# File 'lib/stripe/params/payment_intent_update_params.rb', line 5604

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

Instance Attribute Details

#stripe_balance_debit_agreementObject

The ID of the Stripe Balance Debit Agreement used for this mandate.



5602
5603
5604
# File 'lib/stripe/params/payment_intent_update_params.rb', line 5602

def stripe_balance_debit_agreement
  @stripe_balance_debit_agreement
end