Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 987 Bytes

ShopOrderTaxLinesInner.md

File metadata and controls

22 lines (17 loc) · 987 Bytes

woocommerce_client.model.ShopOrderTaxLinesInner

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id int Item ID. [optional]
rateCode String Tax rate code. [optional]
rateId String Tax rate ID. [optional]
label String Tax rate label. [optional]
compound bool Show if is a compound tax rate. [optional]
taxTotal String Tax total (not including shipping taxes). [optional]
shippingTaxTotal String Shipping tax total. [optional]
metaData List Meta data. [optional] [default to const []]

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