public interface OrderImportDraft
OrderImportDraftBuilder
Modifier and Type | Method and Description |
---|---|
Address |
getBillingAddress() |
ZonedDateTime |
getCompletedAt() |
com.neovisionaries.i18n.CountryCode |
getCountry() |
CustomFieldsDraft |
getCustom() |
String |
getCustomerEmail() |
Reference<CustomerGroup> |
getCustomerGroup() |
String |
getCustomerId() |
List<CustomLineItemImportDraft> |
getCustomLineItems() |
InventoryMode |
getInventoryMode() |
List<Address> |
getItemShippingAddresses() |
List<LineItemImportDraft> |
getLineItems() |
String |
getOrderNumber() |
OrderState |
getOrderState() |
CartOrigin |
getOrigin() |
PaymentState |
getPaymentState() |
ShipmentState |
getShipmentState() |
Address |
getShippingAddress() |
ShippingInfoImportDraft |
getShippingInfo() |
KeyReference<Store> |
getStore() |
TaxCalculationMode |
getTaxCalculationMode() |
TaxedPrice |
getTaxedPrice() |
RoundingMode |
getTaxRoundingMode() |
javax.money.MonetaryAmount |
getTotalPrice() |
ZonedDateTime getCompletedAt()
@Nullable com.neovisionaries.i18n.CountryCode getCountry()
@Nullable Reference<CustomerGroup> getCustomerGroup()
List<CustomLineItemImportDraft> getCustomLineItems()
List<LineItemImportDraft> getLineItems()
OrderState getOrderState()
@Nullable PaymentState getPaymentState()
@Nullable ShipmentState getShipmentState()
@Nullable ShippingInfoImportDraft getShippingInfo()
@Nullable TaxedPrice getTaxedPrice()
javax.money.MonetaryAmount getTotalPrice()
@Nullable CustomFieldsDraft getCustom()
@Nullable RoundingMode getTaxRoundingMode()
@Nullable InventoryMode getInventoryMode()
@Nullable TaxCalculationMode getTaxCalculationMode()
@Nullable CartOrigin getOrigin()
@Nullable KeyReference<Store> getStore()