Indicates the successful removal of the cart's selected payment method.
import { DaffCartPaymentRemoveSuccess } from '@daffodil/cart/state'
class DaffCartPaymentRemoveSuccess implements Action {
readonly type: DaffCartPaymentActionTypes.CartPaymentRemoveSuccessAction
}
Name | Type | Description |
---|---|---|
type | DaffCartPaymentActionTypes.CartPaymentRemoveSuccessAction |