OrderNPayAdjustment Model

Required decimal(13, 2)
amount : number (decimal)

The adjustment amount

Required MaxLength(50)
name : string

The name of the adjustment (eg 10% discount)

Nullable MaxLength(64)
providerAdjustmentID : string

The unique id for this line from the provider

Nullable
adjustmentID : string (GUID)

The POS adjustment id for this adjustment (if known)

Example
{
  "amount": 1.23,
  "name": "string value",
  "providerAdjustmentID": "string value",
  "adjustmentID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512"
}