| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Order.getShippingAddress()
Get the value of ShippingAddress.
|
Address |
Address.withAddressLine1(String addressLine1)
Set the value of AddressLine1, return this.
|
Address |
Address.withAddressLine2(String addressLine2)
Set the value of AddressLine2, return this.
|
Address |
Address.withAddressLine3(String addressLine3)
Set the value of AddressLine3, return this.
|
Address |
Address.withCity(String city)
Set the value of City, return this.
|
Address |
Address.withCountryCode(String countryCode)
Set the value of CountryCode, return this.
|
Address |
Address.withCounty(String county)
Set the value of County, return this.
|
Address |
Address.withDistrict(String district)
Set the value of District, return this.
|
Address |
Address.withName(String name)
Set the value of Name, return this.
|
Address |
Address.withPhone(String phone)
Set the value of Phone, return this.
|
Address |
Address.withPostalCode(String postalCode)
Set the value of PostalCode, return this.
|
Address |
Address.withStateOrRegion(String stateOrRegion)
Set the value of StateOrRegion, return this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setShippingAddress(Address shippingAddress)
Set the value of ShippingAddress.
|
Order |
Order.withShippingAddress(Address shippingAddress)
Set the value of ShippingAddress, return this.
|
| Constructor and Description |
|---|
Order(String amazonOrderId,
String sellerOrderId,
XMLGregorianCalendar purchaseDate,
XMLGregorianCalendar lastUpdateDate,
String orderStatus,
String fulfillmentChannel,
String salesChannel,
String orderChannel,
String shipServiceLevel,
Address shippingAddress,
Money orderTotal,
Integer numberOfItemsShipped,
Integer numberOfItemsUnshipped,
List<PaymentExecutionDetailItem> paymentExecutionDetail,
String paymentMethod,
String marketplaceId,
String buyerEmail,
String buyerName,
String shipmentServiceLevelCategory,
Boolean shippedByAmazonTFM,
String tfmShipmentStatus,
String cbaDisplayableShippingLabel,
String orderType,
XMLGregorianCalendar earliestShipDate,
XMLGregorianCalendar latestShipDate,
XMLGregorianCalendar earliestDeliveryDate,
XMLGregorianCalendar latestDeliveryDate)
Value constructor.
|
Copyright © 2014. All Rights Reserved.