CustomerCredit

Uses the Component:CustomerCreditType

Customer's credit type information. Credit limit, credit balance, etc.

Fields and Components

Table 6.28. Fields and Components

Name Description Occurrence Type Data Type User Notes
CreditType

Could be credit limit or credit balance etc.

0..1Field oag:TextType  
CreditAmount

The customer's credit amount.

0..1Field oag:AmountType  

Sample XML

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.35. CustomerCredit

<CustomerCredit>
     <CreditType>......</CreditType>     [0..1]
     <CreditAmount>......</CreditAmount>     [0..1]
</CustomerCredit>