Class ApiPaths.TransactionRecordApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.TransactionRecordApiPaths
- Enclosing class:
ApiPaths
Transaction record API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for transaction record endpoints.static final StringRelative path to fetch transaction records within a time interval.static final StringRelative path to fetch the most recent transaction records.static final StringRelative path to fetch a user's transaction log view. -
Method Summary
-
Field Details
-
BASE
-
GET_FOR_INTERVAL
Relative path to fetch transaction records within a time interval.- See Also:
-
GET_RECENT
Relative path to fetch the most recent transaction records.- See Also:
-
TRANSACTION_LOG
Relative path to fetch a user's transaction log view.- See Also:
-