DaffCartPaymentUpdateWithBillingSuccess
Indicates the success of an update of the cart's selected payment method and billing address.
import { DaffCartPaymentUpdateWithBillingSuccess } from '@daffodil/cart/state'
class DaffCartPaymentUpdateWithBillingSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartPaymentActionTypes.CartPaymentUpdateWithBillingSuccessAction
payload: Partial<T>
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartPaymentActionTypes.CartPaymentUpdateWithBillingSuccessAction | |
payload | Partial<T> |