Uses the Component:CustomerPaymentMethodType
The CustomerPaymentMethod component represents information identifying how a customers elects to make payment.
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..1 | Field | scl:PaymentMethodEnumeratedType | |
AuthorizedAmount |
Preauthorized expense limit. | 0..1 | Field | udt:AmountType |
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>