Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-payment-advice-service

@sap/cloud-sdk-vdm-payment-advice-service

This package contains the OData VDM for the Payment Advice Service of SAP S/4HANA Cloud. This service is part of the following communication scenarios: Finance - Payment Advice Integration (SAP_COM_0331). You can find additional documentation for this service on help.sap.com.

Helpful Links

Index

Type aliases

ReadPaymentAdviceServiceRequestBuilder

ReadPaymentAdviceServiceRequestBuilder: GetAllRequestBuilder<PaymentAdvice> | GetAllRequestBuilder<PaymentAdviceItem> | GetByKeyRequestBuilder<PaymentAdvice> | GetByKeyRequestBuilder<PaymentAdviceItem>

WritePaymentAdviceServiceRequestBuilder

WritePaymentAdviceServiceRequestBuilder: CreateRequestBuilder<PaymentAdvice> | UpdateRequestBuilder<PaymentAdvice> | DeleteRequestBuilder<PaymentAdvice> | CreateRequestBuilder<PaymentAdviceItem> | UpdateRequestBuilder<PaymentAdviceItem> | DeleteRequestBuilder<PaymentAdviceItem>

Variables

Const defaultPaymentAdviceServicePath

defaultPaymentAdviceServicePath: "/sap/opu/odata/sap/API_PAYMENT_ADVICE_SRV" = "/sap/opu/odata/sap/API_PAYMENT_ADVICE_SRV"

Functions

batch

  • Batch builder for operations supported on the [[PaymentAdviceService]] service.

    Parameters

    Returns ODataBatchRequestBuilder

    A request builder for batch.

changeset

  • Change set constructor consists of write operations supported on the [[PaymentAdviceService]] service.

    Parameters

    Returns ODataBatchChangeSet

    A change set for batch.