Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 934 Bytes

ShopOrderRefund1.md

File metadata and controls

20 lines (15 loc) · 934 Bytes

woocommerce_client.model.ShopOrderRefund1

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
amount String Refund amount. [optional]
reason String Reason for refund. [optional]
refundedBy int User ID of user who created the refund. [optional]
metaData List Meta data. [optional] [default to const []]
apiRefund bool When true, the payment gateway API is used to generate the refund. [optional]
apiRestock bool When true, refunded items are restocked. [optional]

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