Uses the Component:FinancialAccountABIEType
A specified account whereby debits and/or credits arising from transactions are recorded.
Table 6.40. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| AccountID |
Identifies an account number or similary identifier. | 0..1 | Field | oag:OpenIDType | |
| AccountType |
Identifies the type of account. | 0..1 | Field | oag:StringType | |
| AccountName |
The name that provides descriptive meaning to an account. | 0..1 | Field | oag:TextType | |
| DefaultCurrency |
Currency used for transactions | 0..1 | Field | oag:CurrencyCodeContentType | |
| BalanceAmount |
Remaining balance on Current Vehicle | 0..1 | Field | oag:AmountType | |
| CreditFinancing |
Financing related to credit, lease, or loans. | 0..1 | Component | FinancingType | |
| RoutingTransitID |
A nine-digit number (eight digits and a check digit) that identifies a specific financial institution. Also referred to as the ABA number. | 0..1 | Field | oag:OpenIDType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.46. SpecifiedFinancialAccount
<SpecifiedFinancialAccount>
<AccountID>......</AccountID> [0..1]
<AccountType>......</AccountType> [0..1]
<AccountName>......</AccountName> [0..1]
<DefaultCurrency>......</DefaultCurrency> [0..1]
<BalanceAmount>......</BalanceAmount> [0..1]
<CreditFinancing>......</CreditFinancing> [0..1]
<RoutingTransitID>......</RoutingTransitID> [0..1]
</SpecifiedFinancialAccount>