PresentmentDeliveryId

PresentmentDeliveryId class

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

public class PresentmentDeliveryId

Constructors

Name Description
PresentmentDeliveryId() Initializes a new instance of PresentmentDeliveryId class.

Properties

Name Description
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