fireblocks-sdk 2025.10.17

Rust implementation of the Fireblocks SDK
Documentation
# AbaPaymentInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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 | 
**aba_routing_number** | **String** | The ABA routing number for the bank | 
**aba_account_number** | **String** | The account number at the bank | 
**aba_country** | **String** | The country for the ABA transfer (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)