github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ShippingInfo.md (about)

     1  # ShippingInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Status** | **string** | Shipping status of the order item. It is set to 'Initial' when the order is submitted. Then it is changed to 'Accepted' when a distributor starts processing the order. Finally it is changed to Shipped which means that distributor has shipped the device. | [optional] 
     7  **Carrier** | **string** | Shipping carrier name. Appears only if the device status is  Shipped  | [optional] 
     8  **TrackingNumber** | **string** | Carrier-specific tracking number. Appears only if the device status is  Shipped | [optional] 
     9  **Method** | [**MethodInfo**](MethodInfo.md) |  | 
    10  **Address** | [**ShippingAddressInfo**](ShippingAddressInfo.md) |  | 
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14