Class: Stripe::V2::Billing::MeteredItemService::CreateParams::TaxDetails
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::MeteredItemService::CreateParams::TaxDetails
- Defined in:
- lib/stripe/services/v2/billing/metered_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.
38 39 40 |
# File 'lib/stripe/services/v2/billing/metered_item_service.rb', line 38 def initialize(tax_code: nil) @tax_code = tax_code end |
Instance Attribute Details
#tax_code ⇒ Object
Product tax code (PTC).
36 37 38 |
# File 'lib/stripe/services/v2/billing/metered_item_service.rb', line 36 def tax_code @tax_code end |