Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 920 Bytes

ProductAddSalesTax.md

File metadata and controls

13 lines (9 loc) · 920 Bytes

Org.OpenAPITools.Model.ProductAddSalesTax

Percent of an item's price to be charged as the sales tax for the order. Look at cart.info method response for allowed values.


<div style="font-style:normal">Param structure:<div style="margin-left: 2%;"><code style="padding:0; background-color:#ffffff;font-size:85%;font-family:monospace;">sales_tax[tax_percent] = decimal (##.###)
sales_tax[tax_state] = string
sales_tax[shipping_inc_in_tax] = bool

Properties

Name Type Description Notes
TaxPercent decimal [optional]
TaxState string [optional]
ShippingIncInTax bool [optional]

[Back to Model list] [Back to API list] [Back to README]