Class LinkCertificatesModel

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

public class LinkCertificatesModel extends Object
Represents a customer to whom you sell products and/or services.
  • Constructor Details

    • LinkCertificatesModel

      public LinkCertificatesModel()
  • Method Details

    • getCertificates

      public ArrayList<Integer> getCertificates()
      Getter for certificates An array of certificate ID numbers to link
    • setCertificates

      public void setCertificates(ArrayList<Integer> value)
      Setter for certificates An array of certificate ID numbers to link
    • toString

      public String toString()
      Returns a JSON string representation of LinkCertificatesModel
      Overrides:
      toString in class Object