Class: Stripe::SetupIntentService::ConfirmParams::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.



3053
3054
3055
3056
# File 'lib/stripe/services/setup_intent_service.rb', line 3053

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



3049
3050
3051
# File 'lib/stripe/services/setup_intent_service.rb', line 3049

def 
  @account
end

#source_typeObject



3051
3052
3053
# File 'lib/stripe/services/setup_intent_service.rb', line 3051

def source_type
  @source_type
end