@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
16 lines (15 loc) • 518 B
TypeScript
/**
* 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];