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.



5646
5647
5648
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5646

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.



5644
5645
5646
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5644

def stripe_balance_debit_agreement
  @stripe_balance_debit_agreement
end