Generic Account business object

The generic Account business object represents a financial item associated with an individual customer. This financial item contains credit card information, the status of the account, and related information.

Business object structure

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

Account includes the following attributes:

Business object attributes
Name Type Key Cardinality
AccountId String x  
ServiceSubscription String    
CustomerRef PartyRef   1
AccountType String    
AccountManagerRef PartyRef   1
BillingAccnt BillingAccount   n
Payment Payment   n
Receivable Receivable   n
CreditCard CreditCard   n
Credit Credit   1
AccountStatus Status   1
ProcessContext ProcessContext   1

Supported verbs

The generic Account business object supports the following verbs:

Examining the object

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

Copyright IBM Corp. 2002, 2003