Interface ICart
- All Superinterfaces:
IEntityGetOperations<Cart>,IEntityPutOperations<Cart>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
CartOperations
public interface ICart extends IPartnerComponent<Tuple<String,String>>, IEntityPutOperations<Cart>, IEntityGetOperations<Cart>
Encapsulates a customer cart behavior.
-
Method Summary
Modifier and Type Method Description CartCheckoutResultcheckout()Checkouts the cart.Methods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntityGetOperations
getMethods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntityPutOperations
putMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
checkout
CartCheckoutResult checkout()Checkouts the cart.- Returns:
- The cart checkout result.
-