# IbanPaymentInfo
## Properties
**account_holder_given_name** | **String** | The given name (first name) of the account holder |
**account_holder_surname** | Option<**String**> | The surname (last name) of the account holder | [optional]
**account_holder_city** | **String** | The city where the account holder resides |
**account_holder_country** | **String** | The country where the account holder resides (ISO 3166-1 alpha-2 code) |
**account_holder_address1** | **String** | The primary address line of the account holder |
**account_holder_address2** | Option<**String**> | The secondary address line of the account holder (optional) | [optional]
**account_holder_district** | Option<**String**> | The district or region where the account holder resides | [optional]
**account_holder_postal_code** | **String** | The postal code of the account holder's address |
**iban** | **String** | The International Bank Account Number (IBAN) |
**iban_city** | **String** | The city associated with the IBAN |
**iban_country** | **String** | The country associated with the IBAN (ISO 3166-1 alpha-2 code) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)