---
title: billingContactInvalidError
framework: passkit
role: symbol
role_heading: Type Property
path: passkit/pkpaymenterror/billingcontactinvaliderror
---

# billingContactInvalidError

The error code to indicate an invalid billing address or billing name.

## Declaration

```swift
static var billingContactInvalidError: PKPaymentError.Code { get }
```

## Discussion

Discussion Use this error code if the billing contact information on the Apple Pay sheet has an error in the address or name.

## See Also

### Identifying the error

- [shippingContactInvalidError](passkit/pkpaymenterror/shippingcontactinvaliderror.md)
- [shippingAddressUnserviceableError](passkit/pkpaymenterror/shippingaddressunserviceableerror.md)
- [couponCodeExpiredError](passkit/pkpaymenterror/couponcodeexpirederror.md)
- [couponCodeInvalidError](passkit/pkpaymenterror/couponcodeinvaliderror.md)
- [unknownError](passkit/pkpaymenterror/unknownerror.md)
- [PKPaymentError.Code](passkit/pkpaymenterror/code.md)
