Class CreateECommerceTokenInputModel

java.lang.Object
net.avalara.avatax.rest.client.models.CreateECommerceTokenInputModel

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

    Constructors 
    Constructor Description
    CreateECommerceTokenInputModel()  
  • Method Summary

    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 Details

  • Method Details

    • 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