BillStatusCodeEnum enumeration

BillStatusCodeEnum enumeration

Bill status code enum.

The BillStatusCodeEnum type exposes the following members:

Fields

FieldDescription
WITHDRAWNThe biller or publisher no longer wishes this bill to be displayed.
UNDELIVERABLEAttempts to deliver this bill to the consumer in a timely fashion have failed. This status is not generally used when presenting
a bill to a consumer. However, notifications using this status cover many useful cases.
NEWThe server has not sent the bill to either the client or client proxy. This is the initial status code of a bill.
DELIVEREDThe server has sent the bill to either a client or client proxy.
VIEWEDThe customer has seen the bill. Implies previous status of DELIVERED.
RETIREDThe customer no longer wishes to see this bill. Implies previous status of DELIVERED.

See Also