import { DaffCartBillingAddressUpdateSuccess } from '@daffodil/cart/state'
Indicates the successful update of the cart's billing address.
class DaffCartBillingAddressUpdateSuccess<<T extends DaffCart = DaffCart>> implements DaffCartRetrievalAction<T> {
readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressUpdateSuccessAction = DaffCartBillingAddressActionTypes.CartBillingAddressUpdateSuccessAction
payload: Partial<T>
}