# UsWirePaymentInfo ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**rail** | **string** | The payment rail type for US wire transfers | [default to undefined]| |**addressingSystem** | **string** | The addressing system used for US wire transfers | [default to undefined]| |**accountHolderGivenName** | **string** | The given name (first name) of the account holder | [default to undefined]| |**accountHolderSurname** | **string** | The surname (last name) of the account holder | [default to undefined]| |**country** | **string** | The country for the transfer (ISO 3166-1 alpha-2 code) | [default to undefined]| |**accountNumber** | **string** | The bank account number | [default to undefined]| |**routingNumber** | **string** | The bank routing number (ABA routing number) | [default to undefined]| |**swiftCode** | **string** | The SWIFT/BIC code of the bank | [default to undefined]| |**bankName** | **string** | The name of the bank | [default to undefined]| |**bankAddressLine** | **string** | The street address of the bank | [default to undefined]| |**bankAddressCity** | **string** | The city where the bank is located | [default to undefined]| |**bankAddressCountry** | **string** | The country where the bank is located (ISO 3166-1 alpha-2 code) | [default to undefined]| |**bankAddressPostalCode** | **string** | The postal code of the bank\'s address | [default to undefined]| |**bankAddressState** | **string** | The state where the bank is located | [optional] [default to undefined]| |**branchNumber** | **string** | The branch number of the bank | [optional] [default to undefined]| ## Enum: UsWirePaymentInfoRailEnum * `UsWire` (value: `'US_WIRE'`) ## Enum: UsWirePaymentInfoAddressingSystemEnum * `Aba` (value: `'ABA'`) [[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)