import { DaffCartPaymentLoadSuccess } from '@daffodil/cart/state'
Indicates the successful load of the cart's selected payment method.
class DaffCartPaymentLoadSuccess<<T extends DaffCart = DaffCart>> implements Action {
readonly type: DaffCartPaymentActionTypes.CartPaymentLoadSuccessAction = DaffCartPaymentActionTypes.CartPaymentLoadSuccessAction
payload: T["payment"]
}