| Name | Type | Description | Notes |
|---|---|---|---|
| idempotency_key | uuid::Uuid | Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests. | |
| account_number | String | Account number that identifies the bank account. | |
| routing_number | String | The bank's SWIFT / BIC code. | |
| billing_details | models::BillingDetails | ||
| bank_address | models::BankAddressNonIban |
This repository was archived by the owner on Aug 20, 2025. It is now read-only.