Class MyCartDraft.Builder
java.lang.Object
com.commercetools.graphql.api.types.MyCartDraft.Builder
- Enclosing class:
- MyCartDraft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingAddress(AddressInput billingAddress) build()businessUnit(ResourceIdentifierInput businessUnit) custom(CustomFieldsDraft custom) customerEmail(String customerEmail) customShipping(List<CustomShippingDraft> customShipping) deleteDaysAfterLastModification(Integer deleteDaysAfterLastModification) discountCodes(List<String> discountCodes) inventoryMode(InventoryMode inventoryMode) itemShippingAddresses(List<AddressInput> itemShippingAddresses) lineItems(List<MyLineItemDraft> lineItems) shipping(List<ShippingDraft> shipping) shippingAddress(AddressInput shippingAddress) shippingMethod(ResourceIdentifierInput shippingMethod) shippingMode(ShippingMode shippingMode) store(ResourceIdentifierInput store)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
currency
-
country
-
inventoryMode
-
custom
-
customerEmail
-
shippingAddress
-
billingAddress
-
shippingMethod
-
taxMode
-
locale
-
deleteDaysAfterLastModification
-
itemShippingAddresses
-
discountCodes
-
store
-
businessUnit
-
shippingMode
-
customShipping
-
shipping
-
lineItems
-