GitHub

DaffCartShippingMethodsLoadSuccess

import { DaffCartShippingMethodsLoadSuccess } from '@daffodil/cart/state'
class DaffCartShippingMethodsLoadSuccess<<T extends DaffCartShippingRate = DaffCartShippingRate>>  implements Action {
  readonly type: DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadSuccessAction
  payload: T[]
}

Properties

Name Type Description
type DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadSuccessAction
payload T[]