Class CartCheckoutResult
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.carts.CartCheckoutResult
public class CartCheckoutResult extends ResourceBase
Represents a result of a cart checkout.
-
Constructor Summary
Constructors Constructor Description CartCheckoutResult() -
Method Summary
Modifier and Type Method Description List<OrderError>getOrderErrors()Gets the collection of order failure information.List<Order>getOrders()Gets the order that were created.voidsetOrderErrors(List<OrderError> value)Sets the collection of order failure information.voidsetOrders(List<Order> value)Sets the orders that were created.
-
Constructor Details
-
CartCheckoutResult
public CartCheckoutResult()
-
-
Method Details
-
getOrders
Gets the order that were created.- Returns:
- The orders that were created.
-
setOrders
Sets the orders that were created.- Parameters:
value- The orders that were created.
-
getOrderErrors
Gets the collection of order failure information.- Returns:
- The collection of order failure information.
-
setOrderErrors
Sets the collection of order failure information.- Parameters:
value- The collection of order failure information.
-