CartCheckoutResult Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. carts. CartCheckoutResult
- com.
- com.
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<Order |
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
Constructor Details
CartCheckoutResult
public CartCheckoutResult()
Method Details
getOrderErrors
public List
Gets the collection of order failure information.
Returns:
getOrders
public List
Gets the order that were created.
Returns:
setOrderErrors
public void setOrderErrors(List
Sets the collection of order failure information.
Parameters:
setOrders
public void setOrders(List
Sets the orders that were created.
Parameters: