java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<TransactionCurrency>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.TransactionCurrency

public class TransactionCurrency extends VdmEntity<TransactionCurrency>
Transaction Currency (Master Data)

Original entity name from the Odata EDM: TransactionCurrency

  • Field Details

    • ALL_FIELDS

      public static final TransactionCurrencySelectable ALL_FIELDS
      Selector for all available fields of TransactionCurrency.
    • TRANSACTION_CURRENCY_ID

      public static final TransactionCurrencyField<String> TRANSACTION_CURRENCY_ID
      Use with available fluent helpers to apply the TransactionCurrency_ID field to query operations.
    • TRANSACTION_CURRENCY_TEXT

      public static final TransactionCurrencyField<String> TRANSACTION_CURRENCY_TEXT
      Use with available fluent helpers to apply the TransactionCurrencyText field to query operations.
  • Constructor Details

    • TransactionCurrency

      public TransactionCurrency()
    • TransactionCurrency

      public TransactionCurrency(@Nullable String transactionCurrency_ID, @Nullable String transactionCurrencyText)
  • Method Details