Package com.ringcentral.definitions
Class ShippingInfo
java.lang.Object
com.ringcentral.definitions.ShippingInfo
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 Summary
FieldsModifier and TypeFieldDescriptionShipping carrier name.Order item shipping status.Carrier-specific tracking number. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress
(ShippingAddressInfo address) method
(ShippingMethodInfo method) trackingNumber
(String trackingNumber)
-
Field Details
-
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
Shipping carrier name. Appears only if the device status is 'Shipped' -
trackingNumber
Carrier-specific tracking number. Appears only if the device status is 'Shipped' -
method
-
address
-
-
Constructor Details
-
ShippingInfo
public ShippingInfo()
-
-
Method Details
-
status
-
carrier
-
trackingNumber
-
method
-
address
-