Class: Stripe::PaymentIntentService::UpdateParams::PaymentMethodData::StripeBalance

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



4784
4785
4786
4787
# File 'lib/stripe/services/payment_intent_service.rb', line 4784

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



4780
4781
4782
# File 'lib/stripe/services/payment_intent_service.rb', line 4780

def 
  @account
end

#source_typeObject



4782
4783
4784
# File 'lib/stripe/services/payment_intent_service.rb', line 4782

def source_type
  @source_type
end