Class ApiPaths.TransactionApiPaths

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.TransactionApiPaths
Enclosing class:
ApiPaths

public static final class ApiPaths.TransactionApiPaths extends Object
Transaction API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for transaction endpoints.
      See Also:
    • GET_RECENT_FOR_ACCOUNT

      public static final String GET_RECENT_FOR_ACCOUNT
      Relative path to fetch recent transactions for a given account.
      See Also:
    • GET_FOR_ACCOUNT

      public static final String GET_FOR_ACCOUNT
      Relative path to fetch all transactions for a given account.
      See Also:
    • GET_BY_TYPE_FOR_ACCOUNT

      public static final String GET_BY_TYPE_FOR_ACCOUNT
      Relative path to fetch transactions by type for a given account.
      See Also:
    • GET_BY_STATUS_FOR_ACCOUNT

      public static final String GET_BY_STATUS_FOR_ACCOUNT
      Relative path to fetch transactions by status for a given account.
      See Also:
    • GET_WITHIN_TIMESPAN_FOR_ACCOUNT

      public static final String GET_WITHIN_TIMESPAN_FOR_ACCOUNT
      Relative path to fetch transactions within a time span for a given account.
      See Also:
    • GET_BY_NUMBER_FOR_ACCOUNT

      public static final String GET_BY_NUMBER_FOR_ACCOUNT
      Relative path to fetch a transaction by number for a given account.
      See Also:
    • GET_FOR_INTERVAL_PAGED

      public static final String GET_FOR_INTERVAL_PAGED
      Relative path to fetch transactions within an interval with pagination.
      See Also:
    • GET_REPORT

      public static final String GET_REPORT
      Relative path to retrieve a transaction csv report document.
      See Also:
    • CREATE_TRANSACTION

      public static final String CREATE_TRANSACTION
      Relative path to create a new transaction.
      See Also:
    • IMPORT_TRANSACTIONS

      public static final String IMPORT_TRANSACTIONS
      Relative path to import transactions from uploaded data.
      See Also:
    • UPDATE_TRANSACTION

      public static final String UPDATE_TRANSACTION
      Relative path to update an existing transaction.
      See Also:
    • ASSIGN_TRANSACTIONS_TO_POSITION

      public static final String ASSIGN_TRANSACTIONS_TO_POSITION
      Relative path to assign multiple transactions to a position.
      See Also:
    • DELETE_TRANSACTION

      public static final String DELETE_TRANSACTION
      Relative path to delete an existing transaction.
      See Also: