@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class UpdateOrder
extends Object
| Constructor and Description |
|---|
UpdateOrder() |
| Modifier and Type | Method and Description |
|---|---|
UpdateOrder |
addItemsItem(Item itemsItem) |
UpdateOrder |
addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
UpdateOrder |
addPromotionsItem(Promotion promotionsItem) |
UpdateOrder |
amount(String amount) |
UpdateOrder |
billingAddress(BillingAddress billingAddress) |
UpdateOrder |
currencyCode(String currencyCode) |
UpdateOrder |
customInfo(CustomInfo customInfo) |
UpdateOrder |
deviceIp(String deviceIp) |
boolean |
equals(Object o) |
String |
getAmount()
The item unit price in numbers, in the base unit of the currency_code.e.g.
|
BillingAddress |
getBillingAddress()
Get billingAddress
|
String |
getCurrencyCode()
The [ISO-4217](http://en.wikipedia.org/wiki/ISO_4217) currency code for the amount.
|
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getDeviceIp()
IP address of the request made by the user.
|
Boolean |
getHasExpeditedShipping()
Whether the user requested priority/expedited shipping on their order.
|
Boolean |
getIsFirstTimeBuyer()
Is user first time buyer.
|
Boolean |
getIsGift()
Is user chosen gift pack.
|
Boolean |
getIsPrePaid()
is order is prepaid.
|
Boolean |
getIsReturn()
Is this return order.
|
List<Item> |
getItems()
The list of items ordered.
|
String |
getOrderId()
The ID for tracking this order in your system.
|
String |
getOrderReferrer()
Referer website or user name.
|
String |
getOriginTimestamp()
Represents the time the event occured in your system.
|
List<PaymentMethod> |
getPaymentMethods()
The payment information associated with this order.
|
List<Promotion> |
getPromotions()
The list of promotions that apply to this order.
|
String |
getSessionId()
The user's current session ID, used to tie a user's action before and after login or account creation.
|
ShippingAddress |
getShippingAddress()
Get shippingAddress
|
String |
getShippingMethod()
Indicates the method of delivery to the user.
|
String |
getUserEmail()
Email of the user creating this order.
|
String |
getUserId()
The user's account ID according to your systems.
|
UpdateOrder |
hasExpeditedShipping(Boolean hasExpeditedShipping) |
int |
hashCode() |
UpdateOrder |
isFirstTimeBuyer(Boolean isFirstTimeBuyer) |
UpdateOrder |
isGift(Boolean isGift) |
UpdateOrder |
isPrePaid(Boolean isPrePaid) |
UpdateOrder |
isReturn(Boolean isReturn) |
UpdateOrder |
items(List<Item> items) |
UpdateOrder |
orderId(String orderId) |
UpdateOrder |
orderReferrer(String orderReferrer) |
UpdateOrder |
originTimestamp(String originTimestamp) |
UpdateOrder |
paymentMethods(List<PaymentMethod> paymentMethods) |
UpdateOrder |
promotions(List<Promotion> promotions) |
UpdateOrder |
sessionId(String sessionId) |
void |
setAmount(String amount) |
void |
setBillingAddress(BillingAddress billingAddress) |
void |
setCurrencyCode(String currencyCode) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setDeviceIp(String deviceIp) |
void |
setHasExpeditedShipping(Boolean hasExpeditedShipping) |
void |
setIsFirstTimeBuyer(Boolean isFirstTimeBuyer) |
void |
setIsGift(Boolean isGift) |
void |
setIsPrePaid(Boolean isPrePaid) |
void |
setIsReturn(Boolean isReturn) |
void |
setItems(List<Item> items) |
void |
setOrderId(String orderId) |
void |
setOrderReferrer(String orderReferrer) |
void |
setOriginTimestamp(String originTimestamp) |
void |
setPaymentMethods(List<PaymentMethod> paymentMethods) |
void |
setPromotions(List<Promotion> promotions) |
void |
setSessionId(String sessionId) |
void |
setShippingAddress(ShippingAddress shippingAddress) |
void |
setShippingMethod(String shippingMethod) |
void |
setUserEmail(String userEmail) |
void |
setUserId(String userId) |
UpdateOrder |
shippingAddress(ShippingAddress shippingAddress) |
UpdateOrder |
shippingMethod(String shippingMethod) |
String |
toString() |
UpdateOrder |
userEmail(String userEmail) |
UpdateOrder |
userId(String userId) |
public UpdateOrder userId(String userId)
public String getUserId()
public void setUserId(String userId)
public UpdateOrder sessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
public UpdateOrder orderId(String orderId)
public String getOrderId()
public void setOrderId(String orderId)
public UpdateOrder deviceIp(String deviceIp)
public String getDeviceIp()
public void setDeviceIp(String deviceIp)
public UpdateOrder originTimestamp(String originTimestamp)
public String getOriginTimestamp()
public void setOriginTimestamp(String originTimestamp)
public UpdateOrder userEmail(String userEmail)
public String getUserEmail()
public void setUserEmail(String userEmail)
public UpdateOrder amount(String amount)
public String getAmount()
public void setAmount(String amount)
public UpdateOrder currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public UpdateOrder hasExpeditedShipping(Boolean hasExpeditedShipping)
public Boolean getHasExpeditedShipping()
public void setHasExpeditedShipping(Boolean hasExpeditedShipping)
public UpdateOrder shippingMethod(String shippingMethod)
public String getShippingMethod()
public void setShippingMethod(String shippingMethod)
public UpdateOrder orderReferrer(String orderReferrer)
public String getOrderReferrer()
public void setOrderReferrer(String orderReferrer)
public UpdateOrder isPrePaid(Boolean isPrePaid)
public Boolean getIsPrePaid()
public void setIsPrePaid(Boolean isPrePaid)
public UpdateOrder isGift(Boolean isGift)
public Boolean getIsGift()
public void setIsGift(Boolean isGift)
public UpdateOrder isReturn(Boolean isReturn)
public Boolean getIsReturn()
public void setIsReturn(Boolean isReturn)
public UpdateOrder isFirstTimeBuyer(Boolean isFirstTimeBuyer)
public Boolean getIsFirstTimeBuyer()
public void setIsFirstTimeBuyer(Boolean isFirstTimeBuyer)
public UpdateOrder billingAddress(BillingAddress billingAddress)
public BillingAddress getBillingAddress()
public void setBillingAddress(BillingAddress billingAddress)
public UpdateOrder shippingAddress(ShippingAddress shippingAddress)
public ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public UpdateOrder paymentMethods(List<PaymentMethod> paymentMethods)
public UpdateOrder addPaymentMethodsItem(PaymentMethod paymentMethodsItem)
public List<PaymentMethod> getPaymentMethods()
public void setPaymentMethods(List<PaymentMethod> paymentMethods)
public UpdateOrder promotions(List<Promotion> promotions)
public UpdateOrder addPromotionsItem(Promotion promotionsItem)
public List<Promotion> getPromotions()
public UpdateOrder items(List<Item> items)
public UpdateOrder addItemsItem(Item itemsItem)
public List<Item> getItems()
public UpdateOrder customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.