Class: Stripe::PaymentIntentCreateParams::PaymentMethodOptions::StripeBalance::MandateOptions

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



5639
5640
5641
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5639

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.



5637
5638
5639
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5637

def stripe_balance_debit_agreement
  @stripe_balance_debit_agreement
end