export interface ICompanyPaymentProviderAgent {
    accountId: string;
}
