Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 906 Bytes

File metadata and controls

19 lines (11 loc) · 906 Bytes

WooCommerceOrderNote

Properties

Name Type Description Notes
id Integer Unique identifier for the resource. [optional]
author String Order note author. [optional]
dateCreated OffsetDateTime The date the order note was created, in the site's timezone. [optional]
dateCreatedGmt OffsetDateTime The date the order note was created, as GMT. [optional]
note String Order note content. [optional]
customerNote Boolean 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 Boolean If true, this note will be attributed to the current user. If false, the note will be attributed to the system. [optional]