Class: Stripe::Customer::CreateParams::CashBalance

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/customer.rb

Defined Under Namespace

Classes: Settings

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(settings: nil) ⇒ CashBalance

Returns a new instance of CashBalance.



466
467
468
# File 'lib/stripe/resources/customer.rb', line 466

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

Instance Attribute Details

#settingsObject

Settings controlling the behavior of the customer’s cash balance, such as reconciliation of funds received.



464
465
466
# File 'lib/stripe/resources/customer.rb', line 464

def settings
  @settings
end