UNPKG

@circle-fin/circle-sdk

Version:
16 lines (15 loc) 518 B
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The destination bank account type. * @export * @enum {string} */ export declare const BusinessAccountPayoutDestinationType: { readonly Wire: "wire"; readonly Cbit: "cbit"; }; export declare type BusinessAccountPayoutDestinationType = typeof BusinessAccountPayoutDestinationType[keyof typeof BusinessAccountPayoutDestinationType];