Class: Stripe::V2::Billing::LicensedItemService::CreateParams::TaxDetails

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(tax_code: nil) ⇒ TaxDetails

Returns a new instance of TaxDetails.



26
27
28
# File 'lib/stripe/services/v2/billing/licensed_item_service.rb', line 26

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

Instance Attribute Details

#tax_codeObject

Product tax code (PTC).



24
25
26
# File 'lib/stripe/services/v2/billing/licensed_item_service.rb', line 24

def tax_code
  @tax_code
end