Click or drag to resize

ShoppingCartServiceCheckout Method

Overload List
 NameDescription
Public methodCheckout(CheckoutOptions) Places an order on a cart whose amount due today is $0, without providing payment information
Public methodCheckout(AchPayment, CheckoutOptions) Places an order
Public methodCheckout(CashPayment, CheckoutOptions) Places an order where "cash" was used for payment
Public methodCheckout(CheckPayment, CheckoutOptions) Places an order where a check was used for payment
Public methodCheckout(CreditCardPayment, CheckoutOptions) Places an order
Public methodCheckout(SavedCreditCard, CheckoutOptions) Places an order
Public methodCheckout(AchPayment, Decimal, CheckoutOptions) Places an order
Public methodCheckout(CreditCardPayment, Decimal, CheckoutOptions) Places an order, specifying a fixed payment amount
Public methodCheckout(SavedCreditCard, Decimal, CheckoutOptions) Places an order, specifying a fixed payment amount
Top
See Also