Class OwnedTransactionRef
java.lang.Object
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedTransactionRef
Claims an account transaction belongs to the authenticated user.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionReturns the owning account reference.static OwnedTransactionRefof(OwnedAccountRef accountRef, long transactionNumber) Creates the reference.longReturns the transaction number.
-
Method Details
-
of
Creates the reference.- Parameters:
accountRef- owningOwnedAccountReftransactionNumber- transaction number- Returns:
OwnedTransactionRef
-
accountRef
-
transactionNumber
public long transactionNumber()Returns the transaction number.- Returns:
- transaction number
-