/** Sub Account */
export interface SubAccount {
    /** Creation date */
    creationDate: string;
    /** This sub-account description */
    description?: string;
    /** This sub-account id */
    id: number;
}
//# sourceMappingURL=SubAccount.d.ts.map