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.
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:
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 |
The generic Account business object supports the following verbs:
To examine a listing of the attributes of the generic Account business object, use the System Manager.