GitHub

DaffCartPaymentUpdateSuccess

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

import { DaffCartPaymentUpdateSuccess } from '@daffodil/cart/state'
class DaffCartPaymentUpdateSuccess<<T extends DaffCart = DaffCart>>  implements DaffCartRetrievalAction<T> {
  readonly type: DaffCartPaymentActionTypes.CartPaymentUpdateSuccessAction
  payload: Partial<T>
}

Properties

Name Type Description
type DaffCartPaymentActionTypes.CartPaymentUpdateSuccessAction
payload Partial<T>