Class ShippingInfo

java.lang.Object
com.ringcentral.definitions.ShippingInfo

public class ShippingInfo extends Object
Shipping information, according to which devices (in case of HardPhone) or e911 stickers (in case of SoftPhone and OtherPhone) will be delivered to the customer
  • Field Details

    • status

      public String status
      Order item shipping status. 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 the distributor has shipped the device. Example: Shipped Enum: Initial, Accepted, Shipped
    • carrier

      public String carrier
      Shipping carrier name. Appears only if the device status is 'Shipped'
    • trackingNumber

      public String trackingNumber
      Carrier-specific tracking number. Appears only if the device status is 'Shipped'
    • method

      public ShippingMethodInfo method
    • address

      public ShippingAddressInfo address
  • Constructor Details

    • ShippingInfo

      public ShippingInfo()
  • Method Details