Class: Stripe::AccountCreateParams::Controller::Losses

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/account_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(payments: nil) ⇒ Losses

Returns a new instance of Losses.



1366
1367
1368
# File 'lib/stripe/params/account_create_params.rb', line 1366

def initialize(payments: nil)
  @payments = payments
end

Instance Attribute Details

#paymentsObject

A value indicating who is liable when this account can't pay back negative balances resulting from payments. Defaults to stripe.



1364
1365
1366
# File 'lib/stripe/params/account_create_params.rb', line 1364

def payments
  @payments
end