Class CertExpressInvitationStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.CertExpressInvitationStatusModel
Represent what is the current status of certificate request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for invitationGetter for status The status of the CertExpress invitation for this customer.void
Setter for invitationvoid
Setter for status The status of the CertExpress invitation for this customer.toString()
Returns a JSON string representation of CertExpressInvitationStatusModel
-
Constructor Details
-
CertExpressInvitationStatusModel
public CertExpressInvitationStatusModel()
-
-
Method Details
-
getStatus
Getter for status The status of the CertExpress invitation for this customer. If this status says InProgress then CertExpress website is currently building a landing page for the customer. Please wait about 10 seconds and fetch this request again to see when it will be ready. -
setStatus
Setter for status The status of the CertExpress invitation for this customer. If this status says InProgress then CertExpress website is currently building a landing page for the customer. Please wait about 10 seconds and fetch this request again to see when it will be ready. -
getInvitation
Getter for invitation -
setInvitation
Setter for invitation -
toString
Returns a JSON string representation of CertExpressInvitationStatusModel
-