CustomerPaymentMethod

Uses the Component:CustomerPaymentMethodType

The CustomerPaymentMethod component represents information identifying how a customers elects to make payment.

Fields and Components

Table 6.78. Fields and Components

Name Description Occurrence Type Data Type User Notes
PaymentMethodCode

Indicates the method of payment (e.g., cash, credit card, etc.)

0..1Field scl:PaymentMethodEnumeratedType  
AuthorizedAmount

Preauthorized expense limit.

0..1Field udt: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.78. CustomerPaymentMethod

<CustomerPaymentMethod>
     <PaymentMethodCode>......</PaymentMethodCode>     [0..1]
     <AuthorizedAmount>......</AuthorizedAmount>     [0..1]
</CustomerPaymentMethod>