GitHub

DaffCartStoreCreditRemove

Loads the store credit of the current cart.

import { DaffCartStoreCreditRemove } from '@daffodil/cart-store-credit/state'
class DaffCartStoreCreditRemove implements Action {
  readonly type: DaffCartStoreCreditActionTypes.StoreCreditRemoveAction
}

Properties

Name Type Description
type DaffCartStoreCreditActionTypes.StoreCreditRemoveAction