Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.58 KB

OrderItemsDeliverRequest.md

File metadata and controls

18 lines (15 loc) · 1.58 KB

OrderItemsDeliverRequest

Properties

Name Type Description Notes
items \SkipPay\Model\ChangeOrderItemRequestSerializer[] List of changed items. All items are considered when empty. [optional]
totalPrice \SkipPay\Model\OrderItemsChangeRequestTotalPrice [optional]
totalVat \SkipPay\Model\VatAmount[] Total VAT amounts of items (from orderItems array) split by their VAT rates. [optional]
document \SkipPay\Model\DocumentRequest [optional]
variableSymbol string Required if was not specified earlier in ''Create application'' or ''Change application order'' operations. Symbol used for making the payment to your account. This string must contain only numbers, maximum length is 10 characters (digits). [optional]
specificSymbol string Symbol used for making the payment to your account. This string must contain only numbers, maximum length is 10 characters (digits). [optional]
sentDate \DateTime Shipping date [optional]
deliveryCarrier \SkipPay\Model\DeliveryCarrier [optional]
deliveryTrackingNumber string Delivery tracking number [optional]
deliveryDate \DateTime Delivery date [optional]

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