ShoppingCartServiceCheckout(CashPayment, CheckoutOptions) Method
Places an order where "cash" was used for payment
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReceipt Checkout(
CashPayment cash,
CheckoutOptions checkoutOptions = null
)
Public Function Checkout (
cash As CashPayment,
Optional checkoutOptions As CheckoutOptions = Nothing
) As IReceipt
public:
virtual IReceipt^ Checkout(
CashPayment^ cash,
CheckoutOptions^ checkoutOptions = nullptr
) sealed
abstract Checkout :
cash : CashPayment *
?checkoutOptions : CheckoutOptions
(* Defaults:
let _checkoutOptions = defaultArg checkoutOptions null
*)
-> IReceipt
override Checkout :
cash : CashPayment *
?checkoutOptions : CheckoutOptions
(* Defaults:
let _checkoutOptions = defaultArg checkoutOptions null
*)
-> IReceipt
- cash CashPayment
- Information about the cash 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