ShipmentOrderDSL |
ShipmentOrderDSL.idDeliveryMethod(Integer idDeliveryMethod) |
ShipmentOrderDSL |
ShipmentOrderDSL.idQuote(Long idQuote) |
static ShipmentOrderDSL |
ShipmentOrderDSL.newShipmentOrder() |
ShipmentOrderDSL |
ShipmentOrderDSL.orderNumber(String orderNumber) |
ShipmentOrderDSL |
ShipmentOrderDSL.salesOrderNumber(Long orderNumber) |
ShipmentOrderDSL |
ShipmentOrderDSL.shippedDate(java.time.OffsetDateTime shippedDate) |
ShipmentOrderDSL |
ShipmentOrderDSL.shippingCost(Double amount) |
ShipmentOrderDSL |
ShipmentOrderDSL.warehouse(String warehouseCode) |
ShipmentOrderDSL |
ShipmentOrderDSL.withCustomer(ShipmentOrderCustomerResquest customer) |
ShipmentOrderDSL |
ShipmentOrderDSL.withVolumes(List<ShipmentOrderVolumeRequest> volumes) |