Method | Description | |
---|---|---|
CalculateTotal ( ) : decimal | ||
CreateInvoiceItem ( int multiple, string description, decimal itemValue ) : void | ||
DeleteInvoiceItem ( ) : void | ||
GetDescription ( ) : string | ||
GetItemValue ( ) : decimal | ||
GetNumberOfItems ( ) : int |
public CreateInvoiceItem ( int multiple, string description, decimal itemValue ) : void | ||
multiple | int | |
description | string | |
itemValue | decimal | |
return | void |