GitHub

DaffCartStoreCreditActionTypes

The cart store credit action types enum.

API

enum DaffCartStoreCreditActionTypes {
  StoreCreditApplyAction = '[@daffodil/cart-store-credit] Store Credit Apply Action',
  StoreCreditApplySuccessAction = '[@daffodil/cart-store-credit] Store Credit Apply Success Action',
  StoreCreditApplyFailureAction = '[@daffodil/cart-store-credit] Store Credit Apply Failure Action',
  StoreCreditRemoveAction = '[@daffodil/cart-store-credit] Store Credit Remove Action',
  StoreCreditRemoveSuccessAction = '[@daffodil/cart-store-credit] Store Credit Remove Success Action',
  StoreCreditRemoveFailureAction = '[@daffodil/cart-store-credit] Store Credit Remove Failure Action',
  StoreCreditClearErrorsAction = '[@daffodil/cart-store-credit] Store Credit Clear Errors Action',
}