Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.63 KB

OrderBase.md

File metadata and controls

16 lines (13 loc) · 1.63 KB

OrderBase

Properties

Name Type Description Notes
number string Order number (internal for e-shop)
variableSymbols string[] Variable symbols for pairing. First symbol in array is used for making the payment to your account (if not specified later in `Mark order items as sent` or `Mark order items as delivered`) or we expect you make payment on our account with this symbol (if not specified later in `Mark order items as returned` operation). Strings must contain only numbers, maximum length is 10 characters (digits). [optional]
totalPrice \SkipPay\Model\Amount
totalVat \SkipPay\Model\VatAmount[] Total VAT amounts split by their VAT rates.
addresses \SkipPay\Model\Address[] Addresses. Only `BILLING` and `DELIVERY` types are allowed. [optional]
deliveryType \SkipPay\Model\DeliveryType [optional]
deliveryCarrier \SkipPay\Model\DeliveryCarrier [optional]
reservationDate string Date and time until order is reserved. Until 'reservationDate' Skip Pay will try to notify partner with Application notification about approval or rejection. After this date and time, e-shop does not guarantee items availability (if application processing is longer, it may endanger order fullfillment). [optional]

[Back to Model list] [Back to API list] [Back to README]