Click or drag to resize

ShoppingCartServiceCheckout(CashPayment, CheckoutOptions) Method

Places an order where "cash" was used for payment

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReceipt Checkout(
	CashPayment cash,
	CheckoutOptions checkoutOptions = null
)

Parameters

cash  CashPayment
Information about the cash that was used to make this purchase
checkoutOptions  CheckoutOptions  (Optional)
Additional options used during checkout processing

Return Value

IReceipt
A receipt for the transaction, based on the final state of the shopping cart after checkout
See Also