| Package | Description |
|---|---|
| com.amazonservices.mws.orders._2013_09_01.model |
| Modifier and Type | Method and Description |
|---|---|
Money |
OrderItem.getCODFee()
Get the value of CODFee.
|
Money |
OrderItem.getCODFeeDiscount()
Get the value of CODFeeDiscount.
|
Money |
OrderItem.getGiftWrapPrice()
Get the value of GiftWrapPrice.
|
Money |
OrderItem.getGiftWrapTax()
Get the value of GiftWrapTax.
|
Money |
OrderItem.getItemPrice()
Get the value of ItemPrice.
|
Money |
OrderItem.getItemTax()
Get the value of ItemTax.
|
Money |
Order.getOrderTotal()
Get the value of OrderTotal.
|
Money |
PaymentExecutionDetailItem.getPayment()
Get the value of Payment.
|
Money |
OrderItem.getPromotionDiscount()
Get the value of PromotionDiscount.
|
Money |
OrderItem.getShippingDiscount()
Get the value of ShippingDiscount.
|
Money |
OrderItem.getShippingPrice()
Get the value of ShippingPrice.
|
Money |
OrderItem.getShippingTax()
Get the value of ShippingTax.
|
Money |
Money.withAmount(String amount)
Set the value of Amount, return this.
|
Money |
Money.withCurrencyCode(String currencyCode)
Set the value of CurrencyCode, return this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderItem.setCODFee(Money codFee)
Set the value of CODFee.
|
void |
OrderItem.setCODFeeDiscount(Money codFeeDiscount)
Set the value of CODFeeDiscount.
|
void |
OrderItem.setGiftWrapPrice(Money giftWrapPrice)
Set the value of GiftWrapPrice.
|
void |
OrderItem.setGiftWrapTax(Money giftWrapTax)
Set the value of GiftWrapTax.
|
void |
OrderItem.setItemPrice(Money itemPrice)
Set the value of ItemPrice.
|
void |
OrderItem.setItemTax(Money itemTax)
Set the value of ItemTax.
|
void |
Order.setOrderTotal(Money orderTotal)
Set the value of OrderTotal.
|
void |
PaymentExecutionDetailItem.setPayment(Money payment)
Set the value of Payment.
|
void |
OrderItem.setPromotionDiscount(Money promotionDiscount)
Set the value of PromotionDiscount.
|
void |
OrderItem.setShippingDiscount(Money shippingDiscount)
Set the value of ShippingDiscount.
|
void |
OrderItem.setShippingPrice(Money shippingPrice)
Set the value of ShippingPrice.
|
void |
OrderItem.setShippingTax(Money shippingTax)
Set the value of ShippingTax.
|
OrderItem |
OrderItem.withCODFee(Money codFee)
Set the value of CODFee, return this.
|
OrderItem |
OrderItem.withCODFeeDiscount(Money codFeeDiscount)
Set the value of CODFeeDiscount, return this.
|
OrderItem |
OrderItem.withGiftWrapPrice(Money giftWrapPrice)
Set the value of GiftWrapPrice, return this.
|
OrderItem |
OrderItem.withGiftWrapTax(Money giftWrapTax)
Set the value of GiftWrapTax, return this.
|
OrderItem |
OrderItem.withItemPrice(Money itemPrice)
Set the value of ItemPrice, return this.
|
OrderItem |
OrderItem.withItemTax(Money itemTax)
Set the value of ItemTax, return this.
|
Order |
Order.withOrderTotal(Money orderTotal)
Set the value of OrderTotal, return this.
|
PaymentExecutionDetailItem |
PaymentExecutionDetailItem.withPayment(Money payment)
Set the value of Payment, return this.
|
OrderItem |
OrderItem.withPromotionDiscount(Money promotionDiscount)
Set the value of PromotionDiscount, return this.
|
OrderItem |
OrderItem.withShippingDiscount(Money shippingDiscount)
Set the value of ShippingDiscount, return this.
|
OrderItem |
OrderItem.withShippingPrice(Money shippingPrice)
Set the value of ShippingPrice, return this.
|
OrderItem |
OrderItem.withShippingTax(Money shippingTax)
Set the value of ShippingTax, 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.
|
OrderItem(String asin,
String sellerSKU,
String orderItemId,
String title,
int quantityOrdered,
Integer quantityShipped,
Money itemPrice,
Money shippingPrice,
Money giftWrapPrice,
Money itemTax,
Money shippingTax,
Money giftWrapTax,
Money shippingDiscount,
Money promotionDiscount,
List<String> promotionIds,
Money codFee,
Money codFeeDiscount,
String giftMessageText,
String giftWrapLevel,
InvoiceData invoiceData,
String conditionNote,
String conditionId,
String conditionSubtypeId,
String scheduledDeliveryStartDate,
String scheduledDeliveryEndDate)
Value constructor.
|
PaymentExecutionDetailItem(Money payment,
String paymentMethod)
Value constructor.
|
Copyright © 2014. All Rights Reserved.