PresentmentDeliveryId

PresentmentDeliveryId class

This class identifies a bill delivery instance and suggests when the bill was seen.

public class PresentmentDeliveryId

Constructors

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

Properties

NameDescription
BillId { get; set; }Gets or sets the the bill from the given biller
PresentmentAccountFrom { get; set; }Gets or sets the from of PresentmentAccount.
SeenDate { get; set; }Gets or sets the date and time at which the bill was made available to the requester’s client.

See Also