Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.01 KB

SIMCardOrder.md

File metadata and controls

34 lines (22 loc) · 2.01 KB

SIMCardOrder

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String Identifies the type of the resource. [optional] [readonly]
quantity Integer The amount of SIM cards requested in the SIM card order. [optional]
cost SIMCardOrderCost [optional]
orderAddress SIMCardOrderOrderAddress [optional]
trackingUrl String The URL used to get tracking information about the order. [optional]
status StatusEnum The current status of the SIM Card order.<ul> <li><code>pending</code> - the order is waiting to be processed.</li> <li><code>processing</code> - the order is currently being processed.</li> <li><code>ready_to_ship</code> - the order is ready to be shipped to the specified <b>address</b>.</li> <li><code>shipped</code> - the order was shipped and is on its way to be delivered to the specified <b>address</b>.</li> <li><code>delivered</code> - the order was delivered to the specified <b>address</b>.</li> <li><code>canceled</code> - the order was canceled.</li> </ul> [optional]
createdAt String ISO 8601 formatted date-time indicating when the resource was last created. [optional] [readonly]
updatedAt String ISO 8601 formatted date-time indicating when the resource was last updated. [optional] [readonly]

Enum: StatusEnum

Name Value
PENDING "pending"
PROCESSING "processing"
READY_TO_SHIP "ready_to_ship"
SHIPPED "shipped"
DELIVERED "delivered"
CANCELED "canceled"