Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodData::StripeBalance

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



1266
1267
1268
1269
# File 'lib/stripe/resources/confirmation_token.rb', line 1266

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



1262
1263
1264
# File 'lib/stripe/resources/confirmation_token.rb', line 1262

def 
  @account
end

#source_typeObject



1264
1265
1266
# File 'lib/stripe/resources/confirmation_token.rb', line 1264

def source_type
  @source_type
end