OrderNPayNote Model

Required MaxLength(64)
message : string

The text for the order note (eg Pager 55)

Nullable MaxLength(64)
providerNoteID : string

The unique id for this note from the provider

Example
{
  "message": "string value",
  "providerNoteID": "string value"
}