CartCheckoutResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a result of a cart checkout.
public class CartCheckoutResult : Microsoft.Store.PartnerCenter.Models.ResourceBase
type CartCheckoutResult = class
inherit ResourceBase
Public Class CartCheckoutResult
Inherits ResourceBase
- Inheritance
Constructors
CartCheckoutResult() |
Initializes a new instance of the CartCheckoutResult class. |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
OrderErrors |
Gets or sets a collection of order failure information. |
Orders |
Gets or sets the orders created. |