UNPKG

@circle-fin/circle-sdk

Version:
34 lines (31 loc) 1.25 kB
/* tslint:disable */ /* eslint-disable */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ // May contain unused imports in some cases // @ts-ignore import { BankAddressNonIban } from "./bank-address-non-iban"; // May contain unused imports in some cases // @ts-ignore import { BillingDetails } from "./billing-details"; // May contain unused imports in some cases // @ts-ignore import { WireCreationRequestAccountNumber } from "./wire-creation-request-account-number"; // May contain unused imports in some cases // @ts-ignore import { WireCreationRequestIban } from "./wire-creation-request-iban"; // May contain unused imports in some cases // @ts-ignore 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 type WireCreationRequest = | WireCreationRequestAccountNumber | WireCreationRequestIban | WireCreationRequestUs;