BillDetailTable

BillDetailTable class

The bill detail table allows billers to send tabular data to the customer in a flexible way. The table might contain phone calls from a telephone bill, or electrical meter readings for a utility bill.

public class BillDetailTable

Constructors

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

Properties

Name Description
BillDetailRows { get; set; } Gets or sets the collection of BillDetailRow.
BillDetailTableType { get; set; } Gets or sets the type of bill detail table.
TableName { get; set; } Gets or sets the name of bill detail table.

See Also