import { DaffCartBillingAddressUpdateFailure } from '@daffodil/cart/state'
Indicates the failed update of the cart's billing address.
class DaffCartBillingAddressUpdateFailure implements DaffFailureAction {
readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressUpdateFailureAction = DaffCartBillingAddressActionTypes.CartBillingAddressUpdateFailureAction
payload: DaffStateError[]
}