Class QuoteRequest.Builder
java.lang.Object
com.commercetools.graphql.api.types.QuoteRequest.Builder
- Enclosing class:
- QuoteRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingAddress(Address billingAddress) build()businessUnit(BusinessUnit businessUnit) businessUnitRef(KeyReference businessUnitRef) createdAt(OffsetDateTime createdAt) custom(CustomFieldsType custom) customerGroup(CustomerGroup customerGroup) customerGroupRef(Reference customerGroupRef) customerRef(Reference customerRef) customLineItems(List<CustomLineItem> customLineItems) directDiscounts(List<DirectDiscount> directDiscounts) BETA: This feature can be subject to change and should be used carefully in production.inventoryMode(InventoryMode inventoryMode) itemShippingAddresses(List<Address> itemShippingAddresses) lastModifiedAt(OffsetDateTime lastModifiedAt) lastModifiedBy(Initiator lastModifiedBy) paymentInfo(PaymentInfo paymentInfo) purchaseOrderNumber(String purchaseOrderNumber) quoteRequestState(QuoteRequestState quoteRequestState) shippingAddress(Address shippingAddress) shippingInfo(ShippingInfo shippingInfo) shippingRateInput(ShippingRateInput shippingRateInput) storeRef(KeyReference storeRef) taxCalculationMode(TaxCalculationMode taxCalculationMode) taxedPrice(TaxedPrice taxedPrice) taxRoundingMode(RoundingMode taxRoundingMode) totalPrice(Money totalPrice)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
customerRef
-
customer
-
customerGroupRef
-
customerGroup
-
lineItems
-
customLineItems
-
totalPrice
-
taxedPrice
-
shippingAddress
-
billingAddress
-
itemShippingAddresses
-
inventoryMode
-
taxMode
-
taxRoundingMode
-
taxCalculationMode
-
country
-
shippingInfo
-
paymentInfo
-
directDiscounts
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
shippingRateInput
-
storeRef
-
store
-
businessUnit
-
businessUnitRef
-
key
-
quoteRequestState
-
comment
-
custom
-
stateRef
-
state
-
purchaseOrderNumber
-
cartRef
-
id
-
version
-
createdAt
-
lastModifiedAt
-
createdBy
-
lastModifiedBy
-