AcceptTermsOfServiceResponse |
AcceptTermsOfServiceResponse.acceptedBy(String acceptedBy) |
The unique identifier of the user that accepted the Terms of Service.
|
static AcceptTermsOfServiceResponse |
AcceptTermsOfServiceResponse.fromJson(String jsonString) |
Create an instance of AcceptTermsOfServiceResponse given an JSON string
|
AcceptTermsOfServiceResponse |
AcceptTermsOfServiceResponse.id(String id) |
The unique identifier of the Terms of Service acceptance.
|
AcceptTermsOfServiceResponse |
AcceptTermsOfServiceResponse.ipAddress(String ipAddress) |
The IP address of the user that accepted the Terms of Service.
|
AcceptTermsOfServiceResponse |
AcceptTermsOfServiceResponse.language(String language) |
The language used for the Terms of Service document, specified by the two-letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code.
|
AcceptTermsOfServiceResponse |
AcceptTermsOfServiceResponse.termsOfServiceDocumentId(String termsOfServiceDocumentId) |
The unique identifier of the Terms of Service document.
|
AcceptTermsOfServiceResponse |
AcceptTermsOfServiceResponse.type(AcceptTermsOfServiceResponse.TypeEnum type) |
The type of Terms of Service.
|