Sdílet prostřednictvím


ICart.Checkout(String) Method

Definition

Checkouts the cart.

public Microsoft.Store.PartnerCenter.Carts.CartCheckoutResult Checkout (string customerUserUpn = default);
abstract member Checkout : string -> Microsoft.Store.PartnerCenter.Carts.CartCheckoutResult
Public Function Checkout (Optional customerUserUpn As String = Nothing) As CartCheckoutResult

Parameters

customerUserUpn
String

The customer user UPN for license assignment.

Returns

The cart checkout result.

Applies to