Generic InvoiceData business object

The generic InvoiceData business object contains information for a specific invoice that is a bill for services.

Business object structure

The generic InvoiceData business object is a hierarchical business object. Each of its attributes is either a String, a Boolean, or a child business object.

InvoiceData includes the following attributes:

Business object attributes
Name Type Key Cardinality
ObjectId String x  
InvoiceDate String    
DueDate String    
PeriodStart String    
PeriodEnd String    
TotalDue String    
AccountRef AccountRef   1
MinimumDue String    
Currency String    
TotalAmountReceived String    
BillingElectronicAddress ElectronicAddress   1
BillingPostalAddress PostalAddress   1
ContactName PersonName   1
LastPayment Payment   n
CustomerRef PartyRef   1
InvoiceItem InvoiceItem   n
ProcessContext ProcessContext   1

Supported verbs

The generic InvoiceData business object supports the following verbs:

Examining the object

To examine a listing of the attributes of the generic InvoiceData business object, use the System Manager.

Copyright IBM Corp. 2002, 2003