Class LinkCustomersModel


  • public class LinkCustomersModel
    extends java.lang.Object
    Represents a customer to whom you sell products and/or services.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<java.lang.String> getCustomers()
      Getter for customers An array of customerCodes that are exempted by this certificate
      void setCustomers​(java.util.ArrayList<java.lang.String> value)
      Setter for customers An array of customerCodes that are exempted by this certificate
      java.lang.String toString()
      Returns a JSON string representation of LinkCustomersModel
      • Methods inherited from class java.lang.Object

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

      • LinkCustomersModel

        public LinkCustomersModel()
    • Method Detail

      • getCustomers

        public java.util.ArrayList<java.lang.String> getCustomers()
        Getter for customers An array of customerCodes that are exempted by this certificate
      • setCustomers

        public void setCustomers​(java.util.ArrayList<java.lang.String> value)
        Setter for customers An array of customerCodes that are exempted by this certificate
      • toString

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