Class: Stripe::V2::Billing::LicensedItemService::UpdateParams::TaxDetails
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::LicensedItemService::UpdateParams::TaxDetails
- Defined in:
- lib/stripe/services/v2/billing/licensed_item_service.rb
Instance Attribute Summary collapse
-
#tax_code ⇒ Object
Product tax code (PTC).
Instance Method Summary collapse
-
#initialize(tax_code: nil) ⇒ TaxDetails
constructor
A new instance of TaxDetails.
Methods inherited from RequestParams
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_code ⇒ Object
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 |