# PixAddress ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**accountHolder** | [**AccountHolderDetails**](AccountHolderDetails.md) | | [default to undefined]| |**pixKey** | **string** | | [default to undefined]| |**keyType** | **string** | | [default to undefined]| |**bankName** | **string** | | [optional] [default to undefined]| |**bankCode** | **string** | | [optional] [default to undefined]| |**qrCode** | **string** | The QR code to be used for the transfer | [optional] [default to undefined]| |**expirationDate** | **string** | The expiration date of the QR code | [optional] [default to undefined]| ## Enum: PixAddressKeyTypeEnum * `Cpf` (value: `'CPF'`) * `Cnpj` (value: `'CNPJ'`) * `Email` (value: `'EMAIL'`) * `Phone` (value: `'PHONE'`) * `Random` (value: `'RANDOM'`) [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)