Class CertExpressInvitationStatusModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CertExpressInvitationStatusModel
-
public class CertExpressInvitationStatusModel extends java.lang.ObjectRepresent 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 CertExpressInvitationModelgetInvitation()Getter for invitation The CertExpress invitation for the customer.CertExpressInvitationStatusgetStatus()Getter for status The status of the CertExpress invitation for this customer.voidsetInvitation(CertExpressInvitationModel value)Setter for invitation The CertExpress invitation for the customer.voidsetStatus(CertExpressInvitationStatus value)Setter for status The status of the CertExpress invitation for this customer.java.lang.StringtoString()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
-
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 The CertExpress invitation for the customer. If you specified an email address in the invitation request, this invitation will be sent via email. Otherwise, you are expected to direct the customer using a hyperlink directly in your application.
-
setInvitation
public void setInvitation(CertExpressInvitationModel value)
Setter for invitation The CertExpress invitation for the customer. If you specified an email address in the invitation request, this invitation will be sent via email. Otherwise, you are expected to direct the customer using a hyperlink directly in your application.
-
toString
public java.lang.String toString()
Returns a JSON string representation of CertExpressInvitationStatusModel- Overrides:
toStringin classjava.lang.Object
-
-