BillingStructure

This structure is an object describing the payment method.

Structure Fields

Field Name Type Required? Description
shippingPaymentType string Yes Specification of the payer - only SHIPPER or USER
billingAccountNumber string(7) No SAP number of the sender, if the payer is SHIPPER
paymentType string Yes Payment method - only available: BANK_TRANSFER
costsCenter string(20) No Cost Center (CC)

Example:

<billing>
    <shippingPaymentType>SHIPPER</shippingPaymentType>
    <billingAccountNumber>1736256</billingAccountNumber>
    <paymentType>BANK_TRANSFER</paymentType>
    <costsCenter>Lodz Headquarters</costsCenter>
</billing>
Return to subject list