Details of item quantity ordered

AcknowledgementStatusDetails

interface AcknowledgementStatusDetails {
    acceptedQuantity?: ItemQuantity;
    acknowledgementDate?: string;
    rejectedQuantity?: ItemQuantity;
}

Properties

acceptedQuantity?: ItemQuantity

AcknowledgementStatusDetails

acknowledgementDate?: string

The date when the line item was confirmed by vendor. Must be in ISO-8601 date/time format.

AcknowledgementStatusDetails

rejectedQuantity?: ItemQuantity

AcknowledgementStatusDetails