GitHub

DaffCartPaymentLoadSuccess

Indicates the successful load of the cart's selected payment method.

import { DaffCartPaymentLoadSuccess } from '@daffodil/cart/state'
class DaffCartPaymentLoadSuccess<<T extends DaffCart = DaffCart>>  implements Action {
  readonly type: DaffCartPaymentActionTypes.CartPaymentLoadSuccessAction
  payload: T['payment']
}

Properties

Name Type Description
type DaffCartPaymentActionTypes.CartPaymentLoadSuccessAction
payload T['payment']