/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { WireCreationRequestAccountNumber } from "./wire-creation-request-account-number";
import { WireCreationRequestIban } from "./wire-creation-request-iban";
import { WireCreationRequestUs } from "./wire-creation-request-us";
/**
 * @type WireCreationRequest
 * Request object used to create a bank account (wires). Different fields are required depending on the bank country, see the guide documentation for the list of supported bank countries along with which ones support IBAN.
 * @export
 */
export declare type WireCreationRequest = WireCreationRequestAccountNumber | WireCreationRequestIban | WireCreationRequestUs;
