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 settings used on invoices for this customer.
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.
195 196 197 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 195 def initialize(invoice: nil) @invoice = invoice end |
Instance Attribute Details
#invoice ⇒ Object
Default settings used on invoices for this customer.
193 194 195 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 193 def invoice @invoice end |