Uses the Component:CustomerFinancialInformationType
Customer's Financial Information.
Table 6.21. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PaymentTerms |
The PaymentTerms component represents the payment due dates and payment discount information. | 0..* | Component | PaymentTermsType | |
| Currency |
Default currency for the end customer. | 0..1 | Field | oag:CurrencyCodeContentType | |
| CreditStatus |
Credit status, could be open or blocked. | 0..1 | Field | oag:TextType | |
| CustomerCredit |
Customer's credit type information. Credit limit, credit balance, etc. | 0..* | Component | CustomerCreditType |
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.27. CustomerFinancialInformation
<CustomerFinancialInformation>
<PaymentTerms>......</PaymentTerms> [0..*]
<Currency>......</Currency> [0..1]
<CreditStatus>......</CreditStatus> [0..1]
<CustomerCredit>......</CustomerCredit> [0..*]
</CustomerFinancialInformation>