fireblocks-sdk 2025.10.17

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AchPaymentInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rail** | **String** | The payment rail type for ACH transfers | 
**addressing_system** | **String** | The addressing system used for ACH transfers | 
**account_holder_given_name** | **String** | The given name (first name) of the account holder | 
**account_holder_surname** | **String** | The surname (last name) of the account holder | 
**country** | **String** | The country for the transfer (ISO 3166-1 alpha-2 code) | 
**account_number** | **String** | The bank account number | 
**routing_number** | **String** | The bank routing number (ABA routing number) | 
**account_type** | **String** | The type of bank account | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)