Class ApiPaths.TransactionRecordApiPaths

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

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

    • BASE

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

      public static final String GET_FOR_INTERVAL
      Relative path to fetch transaction records within a time interval.
      See Also:
    • GET_RECENT

      public static final String GET_RECENT
      Relative path to fetch the most recent transaction records.
      See Also:
    • TRANSACTION_LOG

      public static final String TRANSACTION_LOG
      Relative path to fetch a user's transaction log view.
      See Also: