Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition.PaymentStrategy
Packages that use PaymentStrategy
Package
Description
-
Uses of PaymentStrategy in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition with type parameters of type PaymentStrategyModifier and TypeFieldDescriptionstatic final SimpleProperty<PaymentStrategy>PaymentStrategy.ALL_FIELDSSelector for all available fields of PaymentStrategy.static final SimpleProperty.String<PaymentStrategy>PaymentStrategy.BANKstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.BANK_ACCOUNTstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.BP_BANK_ACCOUNT_INTERNAL_IDstatic final SimpleProperty.DateTime<PaymentStrategy>PaymentStrategy.CHANGED_ON_DATE_TIMEstatic final SimpleProperty.DateTime<PaymentStrategy>PaymentStrategy.CREATION_DATE_TIMEstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.CURRENCYstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.HOUSE_BANKstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.HOUSE_BANK_ACCOUNTstatic final SimpleProperty.Date<PaymentStrategy>PaymentStrategy.PAYMENT_DATEstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.PAYMENT_METHODstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.PAYMENT_REQN_STRATEGY_STATUSstatic final SimpleProperty.Guid<PaymentStrategy>PaymentStrategy.PAYMENT_REQUISITION_STRATEGY_UUIDstatic final SimpleProperty.Guid<PaymentStrategy>PaymentStrategy.PAYMENT_REQUISITION_UUIDstatic final SimpleProperty.NumericDecimal<PaymentStrategy>PaymentStrategy.PAYT_REQN_STRATEGY_AMT_IN_TRANS_CRCYstatic final SimpleProperty.String<PaymentStrategy>PaymentStrategy.PAYT_REQUISITION_STRATEGY_NUMBERstatic final NavigationProperty.Collection<Requisition,PaymentStrategy> Requisition.TO__PAYMENT_STRATEGYUse with available request builders to apply the _PaymentStrategy navigation property to query operations.static final NavigationProperty.Single<PaymentStrategy,Requisition> PaymentStrategy.TO__REQUISITIONUse with available request builders to apply the _Requisition navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition that return PaymentStrategyMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition that return types with arguments of type PaymentStrategyModifier and TypeMethodDescriptionio.vavr.control.Option<List<PaymentStrategy>>Requisition.getPaymentStrategyIfPresent()Retrieval of associated PaymentStrategy entities (one to many).PaymentStrategy.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition with parameters of type PaymentStrategyModifier and TypeMethodDescriptionvoidRequisition.addPaymentStrategy(PaymentStrategy... entity) Adds elements to the list of associated PaymentStrategy entities.Requisition.RequisitionBuilder.paymentStrategy(PaymentStrategy... value) Navigation property _PaymentStrategy for Requisition to multiple PaymentStrategy.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition with type arguments of type PaymentStrategyModifier and TypeMethodDescriptionvoidRequisition.setPaymentStrategy(List<PaymentStrategy> value) Overwrites the list of associated PaymentStrategy entities for the loaded navigation property _PaymentStrategy.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.paymentrequisition with type arguments of type PaymentStrategyModifierConstructorDescriptionRequisition(UUID paymentRequisitionUUID, String paymentRequisitionNumber, String companyCode, String supplier, String paymentRequisitionStatus, LocalDate plannedPaymentDate, String paymentRequisitionPriority, BigDecimal paytRequisitionAmtInTransCrcy, String currency, String paymentRequisitionType, String paymentMethod, String noteText, String workflowApproverNote, String paymentDifferenceReason, OffsetDateTime creationDateTime, OffsetDateTime changedOnDateTime, Collection<SAP__Message> _Messages, List<PaymentStrategy> to_PaymentStrategy, List<RequisitionItem> to_RequisitionItem) -
Uses of PaymentStrategy in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type PaymentStrategyModifier and TypeMethodDescriptionDefaultPaymentRequisitionService.countPaymentStrategy()Deprecated.PaymentRequisitionService.countPaymentStrategy()Deprecated.Fetch the number of entries from thePaymentStrategyentity collection matching the filter and search expressions.DefaultPaymentRequisitionService.deletePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.PaymentRequisitionService.deletePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.Deletes an existingPaymentStrategyentity in the S/4HANA system.DefaultPaymentRequisitionService.getAllPaymentStrategy()Deprecated.PaymentRequisitionService.getAllPaymentStrategy()Deprecated.Fetch multiplePaymentStrategyentities.DefaultPaymentRequisitionService.getPaymentStrategyByKey(UUID paymentRequisitionStrategyUUID) Deprecated.PaymentRequisitionService.getPaymentStrategyByKey(UUID paymentRequisitionStrategyUUID) Deprecated.Fetch a singlePaymentStrategyentity using key fields.DefaultPaymentRequisitionService.updatePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.PaymentRequisitionService.updatePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.Update an existingPaymentStrategyentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type PaymentStrategyModifier and TypeMethodDescriptionDefaultPaymentRequisitionService.deletePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.PaymentRequisitionService.deletePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.Deletes an existingPaymentStrategyentity in the S/4HANA system.DefaultPaymentRequisitionService.updatePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.PaymentRequisitionService.updatePaymentStrategy(PaymentStrategy paymentStrategy) Deprecated.Update an existingPaymentStrategyentity and save it to the S/4HANA system.