The reason for rejecting the order's regulated information. This is only present if the order is rejected.

RejectionReason

interface RejectionReason {
    RejectionReasonDescription: string;
    RejectionReasonId: string;
}

Properties

RejectionReasonDescription: string

The description of this rejection reason.

RejectionReason

RejectionReasonId: string

The unique identifier for the rejection reason.

RejectionReason