Class: Stripe::V2::Billing::ContractCreateParams::BillingSettings::ContractBillingDetails::BillSettingsDetails::Calculation::Tax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/contract_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



16
17
18
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 16

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

Instance Attribute Details

#typeObject

The type of tax calculation.



14
15
16
# File 'lib/stripe/params/v2/billing/contract_create_params.rb', line 14

def type
  @type
end