BillPaymentStatus

BillPaymentStatus class

Bill payment status class.

public class BillPaymentStatus

Constructors

NameDescription
BillPaymentStatus()Initializes a new instance of BillPaymentStatus class.

Properties

NameDescription
BillPaymentStatusCode { get; set; }Gets or sets the bill payment status code.
EffectiveDate { get; set; }Gets or sets the Date/Time at which the status became effective.
ServerID { get; set; }Gets or sets the server transaction ID of the payment against this bill.
StatusModifiedBy { get; set; }Gets or sets the status modified by. Servers are not required to store this information.

See Also