[@expediagroup/fraudpreventionv2-sdk](../../index.md) / [models](../index.md) / PaymentBillingAddressProperties

# Interface: PaymentBillingAddressProperties

## Properties

| Property | Type |
| :------ | :------ |
| `addressLine1` | `string` |
| `addressLine2?` | `string` |
| `addressType?` | [`PaymentBillingAddressAddressTypeEnum`](../type-aliases/PaymentBillingAddressAddressTypeEnum.md) |
| `city` | `string` |
| `countryCode` | `string` |
| `state?` | `string` |
| `zipCode` | `string` |
