Class: Stripe::TestHelpers::ConfirmationTokenCreateParams::PaymentMethodData::StripeBalance

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



336
337
338
339
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 336

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



332
333
334
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 332

def 
  @account
end

#source_typeObject



334
335
336
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 334

def source_type
  @source_type
end