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

public class FinancialTransaction extends VdmEntity<FinancialTransaction>
Financial Transaction Type (Master Data)

Original entity name from the Odata EDM: FinancialTransactionType

  • Field Details

    • ALL_FIELDS

      public static final FinancialTransactionSelectable ALL_FIELDS
      Selector for all available fields of FinancialTransaction.
    • FINANCIAL_TRANSACTION_TYPE_ID

      public static final FinancialTransactionField<String> FINANCIAL_TRANSACTION_TYPE_ID
      Use with available fluent helpers to apply the FinancialTransactionType_ID field to query operations.
    • FINANCIAL_TRANSACTION_TYPE_TEXT

      public static final FinancialTransactionField<String> FINANCIAL_TRANSACTION_TYPE_TEXT
      Use with available fluent helpers to apply the FinancialTransactionTypeText field to query operations.
  • Constructor Details

    • FinancialTransaction

      public FinancialTransaction()
    • FinancialTransaction

      public FinancialTransaction(@Nullable String financialTransactionType_ID, @Nullable String financialTransactionTypeText)
  • Method Details