Class ImportOrderDraft.Builder
java.lang.Object
com.commercetools.graphql.api.types.ImportOrderDraft.Builder
- Enclosing class:
- ImportOrderDraft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingAddress(AddressInput billingAddress) build()completedAt(OffsetDateTime completedAt) custom(CustomFieldsDraft custom) customerEmail(String customerEmail) customerGroup(ReferenceInput customerGroup) customerId(String customerId) customLineItems(List<CustomLineItemImportDraft> customLineItems) inventoryMode(InventoryMode inventoryMode) itemShippingAddresses(List<AddressInput> itemShippingAddresses) lineItems(List<LineItemImportDraft> lineItems) orderNumber(String orderNumber) orderState(OrderState orderState) origin(CartOrigin origin) paymentInfo(ReferenceInput paymentInfo) paymentState(PaymentState paymentState) purchaseOrderNumber(String purchaseOrderNumber) shipmentState(ShipmentState shipmentState) shippingAddress(AddressInput shippingAddress) shippingDetails(ItemShippingDetailsDraft shippingDetails) shippingInfo(ShippingInfoImportDraft shippingInfo) state(ReferenceInput state) store(ReferenceInput store) taxCalculationMode(TaxCalculationMode taxCalculationMode) taxedPrice(TaxedPriceDraft taxedPrice) totalPrice(MoneyInput totalPrice)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
orderNumber
-
customerId
-
customerEmail
-
store
-
lineItems
-
customLineItems
-
totalPrice
-
taxedPrice
-
shippingAddress
-
billingAddress
-
customerGroup
-
country
-
orderState
-
shipmentState
-
paymentState
-
shippingInfo
-
completedAt
-
custom
-
inventoryMode
-
shippingDetails
-
taxCalculationMode
-
origin
-
itemShippingAddresses
-
state
-
paymentInfo
-
purchaseOrderNumber
-