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.



5682
5683
5684
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5682

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.



5680
5681
5682
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5680

def stripe_balance_debit_agreement
  @stripe_balance_debit_agreement
end