Class Mandate.CustomerAcceptance

    • Constructor Detail

      • CustomerAcceptance

        public CustomerAcceptance()
    • Method Detail

      • getAcceptedAt

        public java.lang.Long getAcceptedAt()
        The time at which the customer accepted the Mandate.
      • getType

        public java.lang.String getType()
        The type of customer acceptance information included with the Mandate. One of online or offline.
      • setAcceptedAt

        public void setAcceptedAt​(java.lang.Long acceptedAt)
        The time at which the customer accepted the Mandate.
      • setType

        public void setType​(java.lang.String type)
        The type of customer acceptance information included with the Mandate. One of online or offline.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object