Class: Stripe::V2::Core::AccountCreateParams::Configuration::Customer::Billing
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountCreateParams::Configuration::Customer::Billing
- Defined in:
- lib/stripe/params/v2/core/account_create_params.rb
Defined Under Namespace
Classes: Invoice
Instance Attribute Summary collapse
-
#invoice ⇒ Object
Default invoice settings for the customer account.
Instance Method Summary collapse
-
#initialize(invoice: nil) ⇒ Billing
constructor
A new instance of Billing.
Methods inherited from RequestParams
Constructor Details
#initialize(invoice: nil) ⇒ Billing
Returns a new instance of Billing.
75 76 77 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 75 def initialize(invoice: nil) @invoice = invoice end |
Instance Attribute Details
#invoice ⇒ Object
Default invoice settings for the customer account.
73 74 75 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 73 def invoice @invoice end |