export interface IPaymentProviderAgent {
    partnerId: string;
    accountId: string;
    name?: string;
}
