Class TransactionIdentifier

    • Constructor Detail

      • TransactionIdentifier

        public TransactionIdentifier()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        The transaction identifier value. In most cases, we expect this to be the transactionReferenceId
        Returns:
        The transaction identifier value.
      • getTenantId

        public String getTenantId()
        The tenant id that the payment transaction belongs to.
        Returns:
        The tenant id value.
      • setIdentifier

        public void setIdentifier​(String identifier)
        The transaction identifier value. In most cases, we expect this to be the transactionReferenceId
        Parameters:
        identifier - The transaction identifier value.
      • setTenantId

        public void setTenantId​(String tenantId)
        The tenant id that the payment transaction belongs to.
        Parameters:
        identifier - the tenant id value.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object