Uses of Class
com.microsoft.store.partnercenter.models.carts.OrderError
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.carts |
-
Uses of OrderError in com.microsoft.store.partnercenter.models.carts
Methods in com.microsoft.store.partnercenter.models.carts that return types with arguments of type OrderError Modifier and Type Method Description List<OrderError>CartCheckoutResult. getOrderErrors()Gets the collection of order failure information.Method parameters in com.microsoft.store.partnercenter.models.carts with type arguments of type OrderError Modifier and Type Method Description voidCartCheckoutResult. setOrderErrors(List<OrderError> value)Sets the collection of order failure information.