Class: Stripe::Account::CreateParams::Controller::Losses

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



4155
4156
4157
# File 'lib/stripe/resources/account.rb', line 4155

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



4153
4154
4155
# File 'lib/stripe/resources/account.rb', line 4153

def payments
  @payments
end