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
Modifier and Type Method Description CertExpressInvitationModelgetInvitation()Getter for invitationCertExpressInvitationStatusgetStatus()Getter for status The status of the CertExpress invitation for this customer.voidsetInvitation(CertExpressInvitationModel value)Setter for invitationvoidsetStatus(CertExpressInvitationStatus value)Setter for status The status of the CertExpress invitation for this customer.java.lang.StringtoString()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 -
setStatus
Setter for status The status of the CertExpress invitation for this customer. If this status says -
getInvitation
Getter for invitation -
setInvitation
Setter for invitation -
toString
public java.lang.String toString()Returns a JSON string representation of CertExpressInvitationStatusModel- Overrides:
toStringin classjava.lang.Object
-