UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 391 B
export interface AccountConnectedLimitation { max_clone_sub_account_count?: number; max_connected_account_count?: number; } export declare namespace AccountConnectedLimitation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=accountConnectedLimitation.d.ts.map