Class PaymentMethod.Card.Checks

    • Constructor Summary

      Constructors 
      Constructor Description
      Checks()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getAddressLine1Check()
      If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      java.lang.String getAddressPostalCodeCheck()
      If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      java.lang.String getCvcCheck()
      If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      int hashCode()  
      void setAddressLine1Check​(java.lang.String addressLine1Check)
      If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      void setAddressPostalCodeCheck​(java.lang.String addressPostalCodeCheck)
      If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      void setCvcCheck​(java.lang.String cvcCheck)
      If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Checks

        public Checks()
    • Method Detail

      • getAddressLine1Check

        public java.lang.String getAddressLine1Check()
        If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      • getAddressPostalCodeCheck

        public java.lang.String getAddressPostalCodeCheck()
        If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      • getCvcCheck

        public java.lang.String getCvcCheck()
        If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      • setAddressLine1Check

        public void setAddressLine1Check​(java.lang.String addressLine1Check)
        If a address line1 was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      • setAddressPostalCodeCheck

        public void setAddressPostalCodeCheck​(java.lang.String addressPostalCodeCheck)
        If a address postal code was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      • setCvcCheck

        public void setCvcCheck​(java.lang.String cvcCheck)
        If a CVC was provided, results of the check, one of pass, fail, unavailable, or unchecked.
      • 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