Variable RejectScopeConst

RejectScope: {
    Account: "account";
    Order: "order";
} = ...

Scope of a business reject returned by a policy: "order" applies to the current order only, while "account" applies at account scope. The string literals stay assignable.

Type declaration

  • ReadonlyAccount: "account"

    Reject that applies at account scope.

  • ReadonlyOrder: "order"

    Reject that applies only to the current order.