Class: Stripe::Account::CreateParams::Controller::Fees

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(payer: nil) ⇒ Fees

Returns a new instance of Fees.



4394
4395
4396
# File 'lib/stripe/resources/account.rb', line 4394

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

Instance Attribute Details

#payerObject

A value indicating the responsible payer of Stripe fees on this account. Defaults to ‘account`. Learn more about [fee behavior on connected accounts](docs.stripe.com/connect/direct-charges-fee-payer-behavior).



4392
4393
4394
# File 'lib/stripe/resources/account.rb', line 4392

def payer
  @payer
end