BillStatusCodeEnum

BillStatusCodeEnum enumeration

Bill status code enum.

public enum BillStatusCodeEnum

Values

Name Value Description
WITHDRAWN 0 The biller or publisher no longer wishes this bill to be displayed.
UNDELIVERABLE 1 Attempts 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.
NEW 2 The server has not sent the bill to either the client or client proxy. This is the initial status code of a bill.
DELIVERED 3 The server has sent the bill to either a client or client proxy.
VIEWED 4 The customer has seen the bill. Implies previous status of DELIVERED.
RETIRED 5 The customer no longer wishes to see this bill. Implies previous status of DELIVERED.

See Also