The reason for rejecting the order's regulated information. Not present if the order isn't rejected.

Export

RejectionReason

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

Properties

RejectionReasonDescription: string

The description of this rejection reason.

Memberof

RejectionReason

RejectionReasonId: string

The unique identifier for the rejection reason.

Memberof

RejectionReason