Type Alias CancelFundsRequestOptions

CancelFundsRequestOptions: {
    fioRequestId: number;
    maxFee: number;
    technologyProviderId?: string | null;
}