Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 795 Bytes

OrderNote1.md

File metadata and controls

17 lines (12 loc) · 795 Bytes

woocommerce_client.model.OrderNote1

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
note String Order note content. [optional]
customerNote bool If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only. [optional]
addedByUser bool If true, this note will be attributed to the current user. If false, the note will be attributed to the system. [optional]

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