ICart.Checkout(String) Method
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.
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.