Class: Stripe::AccountService::CreateParams::Controller::Losses

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/account_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(payments: nil) ⇒ Losses

Returns a new instance of Losses.



3241
3242
3243
# File 'lib/stripe/services/account_service.rb', line 3241

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`.



3239
3240
3241
# File 'lib/stripe/services/account_service.rb', line 3239

def payments
  @payments
end