Name | Type | Description | Notes |
---|---|---|---|
merchantOrderNumber | string | The order number that identifies the order for the merchant | [optional] |
instoreUiUri | string | URL to the site where the customer can complete the order. This can be used if the SMS doesn't reach the mobile phone, so it is recommended to display in the cash register while waiting for the checkout to be completed. | [optional] |
orderStatus | string | Status of the order. It can be Active, Completed or Canceled | [optional] |
paymentMethodType | string | Payment method type. Set when order is Completed | [optional] |
campaignCode | int | Set when order is Completed, showing campaign code (if used). Only available for PaymentPlan | [optional] |
paymentType | string | Payment type. Set when order is Completed | [optional] |
paymentOrderId | int | Sveas order id. Use this when contacting Svea support if you experience any issues with an order. | [optional] |
customerInformation | \Svea\Instore\Model\CustomerInformation | [optional] | |
tags | string[] | Tags set on the order when it was created | [optional] |
orderItems | \Svea\Instore\Model\OrderItem[] | A list of items in the order | [optional] |
smsSentSuccessfully | bool | Status if the SMS was successfully sent to the operator. Note! This status does not verify if the SMS was delivered to the mobile phone, only that the operator has received it | [optional] |