BillDetailTable class

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.

The BillDetailTable type exposes the following members:

Constructors

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

Properties

Property Description
table_name Gets or sets the name of bill detail table.
bill_detail_table_type Gets or sets the type of bill detail table.
bill_detail_rows Gets or sets the collection of BillDetailRow.

See Also