README
@sap/cloud-sdk-vdm-customer-return-service
This package contains the OData VDM for the Customer Return Service of SAP S/4HANA Cloud.
Usage Example
import { CustomerReturn } from '@sap/cloud-sdk-vdm-customer-return-service';
const resultPromise = CustomerReturn.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });