public class ShipmentOrderVolumeDSL extends Object
| Modifier and Type | Method and Description |
|---|---|
ShipmentOrderVolumeDSL |
height(Double height) |
ShipmentOrderVolumeDSL |
length(Double length) |
static ShipmentOrderVolumeDSL |
newOrderVolume() |
ShipmentOrderVolumeDSL |
quantity(Integer quantity) |
ShipmentOrderVolumeRequest |
serialize() |
ShipmentOrderVolumeDSL |
trackingCode(String trackingCode) |
ShipmentOrderVolumeDSL |
volumeNumber(Integer number) |
ShipmentOrderVolumeDSL |
weight(Double weight) |
ShipmentOrderVolumeDSL |
width(Double width) |
ShipmentOrderVolumeDSL |
withInvoice(ShipmentOrderVolumeInvoiceRequest invoice) |
public static ShipmentOrderVolumeDSL newOrderVolume()
public ShipmentOrderVolumeDSL volumeNumber(Integer number)
public ShipmentOrderVolumeDSL weight(Double weight)
public ShipmentOrderVolumeDSL width(Double width)
public ShipmentOrderVolumeDSL height(Double height)
public ShipmentOrderVolumeDSL length(Double length)
public ShipmentOrderVolumeDSL quantity(Integer quantity)
public ShipmentOrderVolumeDSL trackingCode(String trackingCode)
public ShipmentOrderVolumeDSL withInvoice(ShipmentOrderVolumeInvoiceRequest invoice)
public ShipmentOrderVolumeRequest serialize()
Copyright © 2018. All rights reserved.