Class: Stripe::SetupIntent::UpdateParams::PaymentMethodData::StripeBalance

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/setup_intent.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(account: nil, source_type: nil) ⇒ StripeBalance

Returns a new instance of StripeBalance.



2032
2033
2034
2035
# File 'lib/stripe/resources/setup_intent.rb', line 2032

def initialize(account: nil, source_type: nil)
  @account = 
  @source_type = source_type
end

Instance Attribute Details

#accountObject

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



2028
2029
2030
# File 'lib/stripe/resources/setup_intent.rb', line 2028

def 
  @account
end

#source_typeObject



2030
2031
2032
# File 'lib/stripe/resources/setup_intent.rb', line 2030

def source_type
  @source_type
end