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 Details

  • Method Details

    • getOrders

      public List<Order> getOrders()
      Gets the order that were created.
      Returns:
      The orders that were created.
    • setOrders

      public void setOrders​(List<Order> value)
      Sets the orders that were created.
      Parameters:
      value - The orders that were created.
    • getOrderErrors

      public List<OrderError> getOrderErrors()
      Gets the collection of order failure information.
      Returns:
      The collection of order failure information.
    • setOrderErrors

      public void setOrderErrors​(List<OrderError> value)
      Sets the collection of order failure information.
      Parameters:
      value - The collection of order failure information.