Class: Stripe::SetupIntentService::UpdateParams::PaymentMethodData::StripeBalance

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



1707
1708
1709
1710
# File 'lib/stripe/services/setup_intent_service.rb', line 1707

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



1703
1704
1705
# File 'lib/stripe/services/setup_intent_service.rb', line 1703

def 
  @account
end

#source_typeObject



1705
1706
1707
# File 'lib/stripe/services/setup_intent_service.rb', line 1705

def source_type
  @source_type
end