DaffCartPaymentActionTypes
An enum for the cart payment action types.
import { DaffCartPaymentActionTypes } from '@daffodil/cart/state'
enum DaffCartPaymentActionTypes {
CartPaymentLoadAction = '[@daffodil/cart] Payment Load Action',
CartPaymentLoadSuccessAction = '[@daffodil/cart] Payment Load Success Action',
CartPaymentLoadFailureAction = '[@daffodil/cart] Payment Load Failure Action',
CartPaymentUpdateAction = '[@daffodil/cart] Payment Update Action',
CartPaymentUpdateSuccessAction = '[@daffodil/cart] Payment Update Success Action',
CartPaymentUpdateFailureAction = '[@daffodil/cart] Payment Update Failure Action',
CartPaymentUpdateWithBillingAction = '[@daffodil/cart] Payment Update With Billing Action',
CartPaymentUpdateWithBillingSuccessAction = '[@daffodil/cart] Payment Update With Billing Success Action',
CartPaymentUpdateWithBillingFailureAction = '[@daffodil/cart] Payment Update With Billing Failure Action',
CartPaymentRemoveAction = '[@daffodil/cart] Payment Remove Action',
CartPaymentRemoveSuccessAction = '[@daffodil/cart] Payment Remove Success Action',
CartPaymentRemoveFailureAction = '[@daffodil/cart] Payment Remove Failure Action',
CartPaymentMethodAddAction = '[@daffodil/cart] Payment Method Add Action',
}