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