Class AutnTxn


  • @Entity
    public class AutnTxn
    extends Object
    This class mapped with table "autn_txn" and used by AutnTxnRepository to fetch records.
    Author:
    Rakesh Roshan
    • Constructor Detail

      • AutnTxn

        public AutnTxn​(String requestTrnId,
                       LocalDateTime requestDTtimes,
                       String authTypeCode,
                       String statusCode,
                       String statusComment,
                       String refId,
                       String refIdType,
                       String entityName,
                       String requestSignature,
                       String responseSignature)
        The constructor used in retrieval of the specific fields.
        Parameters:
        requestTrnId -
        requestDTtimes -
        authTypeCode -
        statusCode -
        statusComment -
        refId -
        entityName -
      • AutnTxn

        public AutnTxn​(String token,
                       String refIdType,
                       String entityId)
        The constructor used in retrieval of the specific fields.
        Parameters:
        refId -
        uinHash -