@NonNullApi
Interface | Description |
---|---|
CheckoutWorkflowActivity |
Within the execution of a
CheckoutWorkflow , implementations of this interface are
responsible for contributing an independent & isolated portion of the work required for a cart to
complete checkout. |
RequiresSecurePaymentInformationActivity |
An extension of
CheckoutWorkflowActivity }, implementations of this interface require
secure payment information (i.e. |
Class | Description |
---|---|
CartFulfillmentValidationActivity |
Validates the fulfillment information on the cart.
|
CartItemValidationActivity |
This
CheckoutWorkflowActivity is responsible for validating that the cart's
CartItems include all necessary selections and data so that we can clearly
understand what is being purchased and must later be fulfilled. |
CartOfferValidationActivity |
This
CheckoutWorkflowActivity is responsible for validating that the cart's offers, offer
codes, and campaign codes are still valid. |
CartPaymentMethodValidationActivity |
This
CheckoutWorkflowActivity is responsible for validating that the cart includes active
Payments whose sum is equal to CartPricing.getTotal() . |
CartPricingValidationActivity |
This
CheckoutWorkflowActivity is responsible for validating that the Cart and its
CartItems have been successfully priced. |
CartStalePricingValidationActivity |
This
CheckoutWorkflowActivity is responsible for validating that the Cart and its
CartItems have the actual (latest) prices. |
CartStalePricingValidationActivityProperties |
Properties to configure
CartStalePricingValidationActivity . |
CartStatusValidationHelper |
This
CheckoutWorkflowActivity is responsible for validating that the cart is able to be
checked out, based on its status . |
InventoryAvailabilityValidationCheckoutWorkflowActivity | |
PaymentConfirmationActivity |
This
CheckoutWorkflowActivity is responsible for executing payment transactions that are
required to complete a successful checkout. |
Copyright © 2021. All rights reserved.