ShoppingCartServiceCheckout(SavedCreditCard, CheckoutOptions) Method
Places an order
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReceipt Checkout(
SavedCreditCard creditCard,
CheckoutOptions checkoutOptions = null
)
Public Function Checkout (
creditCard As SavedCreditCard,
Optional checkoutOptions As CheckoutOptions = Nothing
) As IReceipt
public:
virtual IReceipt^ Checkout(
SavedCreditCard^ creditCard,
CheckoutOptions^ checkoutOptions = nullptr
) sealed
abstract Checkout :
creditCard : SavedCreditCard *
?checkoutOptions : CheckoutOptions
(* Defaults:
let _checkoutOptions = defaultArg checkoutOptions null
*)
-> IReceipt
override Checkout :
creditCard : SavedCreditCard *
?checkoutOptions : CheckoutOptions
(* Defaults:
let _checkoutOptions = defaultArg checkoutOptions null
*)
-> IReceipt
- creditCard SavedCreditCard
- A previously saved credit card to use for 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