CartCheckoutResult Class

public class CartCheckoutResult extends ResourceBase

Represents a result of a cart checkout.

Constructor Summary

Constructor Description
CartCheckoutResult()

Method Summary

Modifier and Type Method and Description
java.util.List<OrderError> getOrderErrors()

Gets the collection of order failure information.

java.util.List<Order> getOrders()

Gets the order that were created.

void setOrderErrors(List<OrderError> value)

Sets the collection of order failure information.

void setOrders(List<Order> value)

Sets the orders that were created.

Inherited Members

ResourceBase.getAttributes() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CartCheckoutResult

public CartCheckoutResult()

Method Details

getOrderErrors

public List getOrderErrors()

Gets the collection of order failure information.

Returns:

The collection of order failure information.

getOrders

public List getOrders()

Gets the order that were created.

Returns:

The orders that were created.

setOrderErrors

public void setOrderErrors(List value)

Sets the collection of order failure information.

Parameters:

value - The collection of order failure information.

setOrders

public void setOrders(List value)

Sets the orders that were created.

Parameters:

value - The orders that were created.

Applies to