Class: Stripe::PaymentIntentConfirmParams::PaymentMethodData::StripeBalance

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_confirm_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(account: nil) ⇒ StripeBalance

Returns a new instance of StripeBalance.



2239
2240
2241
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2239

def initialize(account: nil)
  @account = 
end

Instance Attribute Details

#accountObject

The connected account ID whose Stripe balance to use as the source of payment



2237
2238
2239
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2237

def 
  @account
end