Class: Stripe::V2::Billing::ContractCreateParams::BillingSettings::BillSettingsDetails::Calculation::Tax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::ContractCreateParams::BillingSettings::BillSettingsDetails::Calculation::Tax
- Defined in:
- lib/stripe/params/v2/billing/contract_create_params.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
The type of tax calculation.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Tax
constructor
A new instance of Tax.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(type: nil) ⇒ Tax
Returns a new instance of Tax.
56 57 58 |
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 56 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
The type of tax calculation.
54 55 56 |
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 54 def type @type end |