UpdateItemTaxesRequest

June 28, 2018 ยท View on GitHub

squareconnect.models.update_item_taxes_request

Description

Properties

NameTypeDescriptionNotes
item_idslist[str]The CatalogItems whose enabled/disabled CatalogTaxes are being updated.
taxes_to_enablelist[str]The set of CatalogTaxes (referenced by ID) to enable for the CatalogItem.[optional]
taxes_to_disablelist[str]The set of CatalogTaxes (referenced by ID) to disable for the CatalogItem.[optional]

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