export interface GetOMSWithdrawFeesRequest {
    ProductId?: number;
    AccountProviderId?: number;
}
