ServiceStructure
This structure is an object describing special shipment services.
Structure Fields
Field Name | Type | Required? | Description |
---|---|---|---|
serviceType | string | Yes | Special service type: INSUR - Shipment Insurance COD - Cash on Delivery |
serviceValue | int | No | Declared value (for INSUR or COD) |
textInstruction | string (32) | No | Additional text |
collectOnDeliveryForm | string (13) | No | Form of the collection amount refund - only BANK_TRANSFER |
Example:
<specialServices> <item> <serviceType>INSUR</serviceType> <serviceValue>20</serviceValue> </item> </specialServices>