| Type | Description |
|---|---|
InvoiceBusinessObject |
The class encapsulates basic invoice object functionality |
InvoiceEntity |
Invoice object. |
LineItemCollection |
Collections of line items in an invoice |
LineItemEntity |
Item within the line item collection (represents a row in an invoice) |
PaymentBusinessObject |
The class encapsulates basic payments functionality that can be used to records payments that may be linked to an invoice |
PaymentEntity |
Payment object. |
CreditCardTypeEnum |
Credit card type (such as Visa, MasterCard,...) |
InvoiceStatus |
Invoice Status |
PayType |
Payment type |
IInvoice |
Invoice Interface |
IInvoiceBusinessObject |
Invoice business object interface |
ILineItem |
Basic line item interface |
ILineItemCollection |
Basic interface for a line item collection |