README
@sap/cloud-sdk-op-vdm-real-estate-contract-service
This package contains the OData VDM for the Real Estate Contract Service.
Usage Example
import { ReContract } from '@sap/cloud-sdk-op-vdm-real-estate-contract-service';
const resultPromise = ReContract.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });