fireblocks-sdk 2025.10.17

Rust implementation of the Fireblocks SDK
Documentation
# UsWirePaymentInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rail** | **String** | The payment rail type for US wire transfers | 
**addressing_system** | **String** | The addressing system used for US wire 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) | 
**swift_code** | **String** | The SWIFT/BIC code of the bank | 
**bank_name** | **String** | The name of the bank | 
**bank_address_line** | **String** | The street address of the bank | 
**bank_address_city** | **String** | The city where the bank is located | 
**bank_address_state** | Option<**String**> | The state where the bank is located | [optional]
**bank_address_country** | **String** | The country where the bank is located (ISO 3166-1 alpha-2 code) | 
**bank_address_postal_code** | **String** | The postal code of the bank's address | 
**branch_number** | Option<**String**> | The branch number of the bank | [optional]

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