| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Method and Description |
|---|---|
PaymentExecutionDetailItem |
PaymentExecutionDetailItem.withPayment(Money payment)
Set the value of Payment, return this.
|
PaymentExecutionDetailItem |
PaymentExecutionDetailItem.withPaymentMethod(String paymentMethod)
Set the value of PaymentMethod, return this.
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentExecutionDetailItem> |
Order.getPaymentExecutionDetail()
Get the value of PaymentExecutionDetail.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.withPaymentExecutionDetail(PaymentExecutionDetailItem... values)
Add values for PaymentExecutionDetail, return this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setPaymentExecutionDetail(List<PaymentExecutionDetailItem> paymentExecutionDetail)
Set the value of PaymentExecutionDetail.
|
| 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.