Sdílet prostřednictvím


CartCheckoutResult.OrderErrors Property

Definition

Gets or sets a collection of order failure information.

public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Carts.OrderError> OrderErrors { get; set; }
member this.OrderErrors : seq<Microsoft.Store.PartnerCenter.Carts.OrderError> with get, set
Public Property OrderErrors As IEnumerable(Of OrderError)

Property Value

A collection of order failure information.

Applies to