Class CertExpressInvitationStatusModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CertExpressInvitationStatusModel
-
public class CertExpressInvitationStatusModel extends java.lang.Object
Represent what is the current status of certificate request
-
-
Constructor Summary
Constructors Constructor Description CertExpressInvitationStatusModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertExpressInvitationModel
getInvitation()
Getter for invitationCertExpressInvitationStatus
getStatus()
Getter for status The status of the CertExpress invitation for this customer.void
setInvitation(CertExpressInvitationModel value)
Setter for invitationvoid
setStatus(CertExpressInvitationStatus value)
Setter for status The status of the CertExpress invitation for this customer.java.lang.String
toString()
Returns a JSON string representation of CertExpressInvitationStatusModel
-
-
-
Method Detail
-
getStatus
public CertExpressInvitationStatus 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
public void setStatus(CertExpressInvitationStatus value)
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
public CertExpressInvitationModel getInvitation()
Getter for invitation
-
setInvitation
public void setInvitation(CertExpressInvitationModel value)
Setter for invitation
-
toString
public java.lang.String toString()
Returns a JSON string representation of CertExpressInvitationStatusModel- Overrides:
toString
in classjava.lang.Object
-
-