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

ConstructorDescription
BillDetailTable()Initializes a new instance of BillDetailTable class.

Properties

PropertyDescription
table_nameGets or sets the name of bill detail table.
bill_detail_table_typeGets or sets the type of bill detail table.
bill_detail_rowsGets or sets the collection of BillDetailRow.

See Also