public class ShipmentOrderDSL extends Object
| Modifier and Type | Method and Description |
|---|---|
ShipmentOrderDSL |
idDeliveryMethod(Integer idDeliveryMethod) |
ShipmentOrderDSL |
idQuote(Long idQuote) |
static ShipmentOrderDSL |
newShipmentOrder() |
ShipmentOrderDSL |
orderNumber(String orderNumber) |
ShipmentOrderDSL |
salesOrderNumber(Long orderNumber) |
ShipmentOrderRequest |
serialize() |
ShipmentOrderDSL |
shippedDate(java.time.OffsetDateTime shippedDate) |
ShipmentOrderDSL |
shippingCost(Double amount) |
ShipmentOrderDSL |
warehouse(String warehouseCode) |
ShipmentOrderDSL |
withCustomer(ShipmentOrderCustomerResquest customer) |
ShipmentOrderDSL |
withVolumes(List<ShipmentOrderVolumeRequest> volumes) |
public static ShipmentOrderDSL newShipmentOrder()
public ShipmentOrderDSL idQuote(Long idQuote)
public ShipmentOrderDSL shippingCost(Double amount)
public ShipmentOrderDSL orderNumber(String orderNumber)
public ShipmentOrderDSL salesOrderNumber(Long orderNumber)
public ShipmentOrderDSL idDeliveryMethod(Integer idDeliveryMethod)
public ShipmentOrderDSL warehouse(String warehouseCode)
public ShipmentOrderDSL withCustomer(ShipmentOrderCustomerResquest customer)
public ShipmentOrderDSL withVolumes(List<ShipmentOrderVolumeRequest> volumes)
public ShipmentOrderDSL shippedDate(java.time.OffsetDateTime shippedDate)
public ShipmentOrderRequest serialize()
Copyright © 2018. All rights reserved.