BillStatusCodeEnum

BillStatusCodeEnum enumeration

Bill status code enum.

public enum BillStatusCodeEnum

Values

NameValueDescription
WITHDRAWN0The biller or publisher no longer wishes this bill to be displayed.
UNDELIVERABLE1Attempts 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.
NEW2The server has not sent the bill to either the client or client proxy. This is the initial status code of a bill.
DELIVERED3The server has sent the bill to either a client or client proxy.
VIEWED4The customer has seen the bill. Implies previous status of DELIVERED.
RETIRED5The customer no longer wishes to see this bill. Implies previous status of DELIVERED.

See Also