Class: Stripe::V2::Billing::LicensedItemService::UpdateParams::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.



68
69
70
# File 'lib/stripe/services/v2/billing/licensed_item_service.rb', line 68

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

Instance Attribute Details

#tax_codeObject

Product tax code (PTC).



66
67
68
# File 'lib/stripe/services/v2/billing/licensed_item_service.rb', line 66

def tax_code
  @tax_code
end