interface CalculationEndpoint {
    endpointName: string;
    endpointURL: string;
}

Properties

endpointName: string

Name of the endpoint how it is referred in the calculation primitives.

endpointURL: string

The endpoint URL.

Generated using TypeDoc