Class CertExpressInvitationStatusModel

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

public class CertExpressInvitationStatusModel extends Object
Represent what is the current status of certificate request
  • Constructor Details

    • CertExpressInvitationStatusModel

      public CertExpressInvitationStatusModel()
  • Method Details

    • getStatus

      public CertExpressInvitationStatus getStatus()
      Getter for status The status of the CertExpress invitation for this customer. If this status says
    • setStatus

      public void setStatus(CertExpressInvitationStatus value)
      Setter for status The status of the CertExpress invitation for this customer. If this status says
    • getInvitation

      public CertExpressInvitationModel getInvitation()
      Getter for invitation
    • setInvitation

      public void setInvitation(CertExpressInvitationModel value)
      Setter for invitation
    • toString

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