ShoppingCartServiceCheckout(CheckPayment, CheckoutOptions) Method
Places an order where a check was used for payment
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReceipt Checkout(
CheckPayment check,
CheckoutOptions checkoutOptions = null
)
Public Function Checkout (
check As CheckPayment,
Optional checkoutOptions As CheckoutOptions = Nothing
) As IReceipt
public:
virtual IReceipt^ Checkout(
CheckPayment^ check,
CheckoutOptions^ checkoutOptions = nullptr
) sealed
abstract Checkout :
check : CheckPayment *
?checkoutOptions : CheckoutOptions
(* Defaults:
let _checkoutOptions = defaultArg checkoutOptions null
*)
-> IReceipt
override Checkout :
check : CheckPayment *
?checkoutOptions : CheckoutOptions
(* Defaults:
let _checkoutOptions = defaultArg checkoutOptions null
*)
-> IReceipt
- check CheckPayment
- Information about the check that was used to make this purchase
- checkoutOptions CheckoutOptions (Optional)
- Additional options used during checkout processing
IReceiptA receipt for the transaction, based on the final state of the shopping cart after checkout