Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 679 Bytes

ShopOrderRefundLineItemsInnerTaxesInner.md

File metadata and controls

18 lines (13 loc) · 679 Bytes

woocommerce_client.model.ShopOrderRefundLineItemsInnerTaxesInner

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
id int Tax rate ID. [optional]
total String Tax total. [optional]
subtotal String Tax subtotal. [optional]
refundTotal num Amount that will be refunded for this tax. [optional]

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