1 Payment element
1.1 Elements
| Name | Type | Datatype | Example | Default | Description |
|---|
| Type
| required
| string
| CIA; COD
| -
| Type of payment used for the calculation/order request.
|
| | CIA: Cash in advance
|
| | COD: Cash on delivery
|
1.2 Example
XML:
<Payment>
<Type>CIA</Type>
</Payment>
JSON:
"Payment": {
"Type": "CIA"
}