Class CreateECommerceTokenInputModel


  • public class CreateECommerceTokenInputModel
    extends java.lang.Object
    A model used to initialize a new CertCapture eCommerce token.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerNumber()
      Getter for customerNumber The customer's number that the token will be issued for.
      void setCustomerNumber​(java.lang.String value)
      Setter for customerNumber The customer's number that the token will be issued for.
      java.lang.String toString()
      Returns a JSON string representation of CreateECommerceTokenInputModel
      • Methods inherited from class java.lang.Object

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

      • CreateECommerceTokenInputModel

        public CreateECommerceTokenInputModel()
    • Method Detail

      • getCustomerNumber

        public java.lang.String getCustomerNumber()
        Getter for customerNumber The customer's number that the token will be issued for.
      • setCustomerNumber

        public void setCustomerNumber​(java.lang.String value)
        Setter for customerNumber The customer's number that the token will be issued for.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of CreateECommerceTokenInputModel
        Overrides:
        toString in class java.lang.Object