GetTermsOfServiceDocumentResponse |
GetTermsOfServiceDocumentResponse.document(byte[] document) |
The Terms of Service document in Base64-encoded format.
|
static GetTermsOfServiceDocumentResponse |
GetTermsOfServiceDocumentResponse.fromJson(String jsonString) |
Create an instance of GetTermsOfServiceDocumentResponse given an JSON string
|
GetTermsOfServiceDocumentResponse |
GetTermsOfServiceDocumentResponse.id(String id) |
The unique identifier of the legal entity.
|
GetTermsOfServiceDocumentResponse |
GetTermsOfServiceDocumentResponse.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.
|
GetTermsOfServiceDocumentResponse |
GetTermsOfServiceDocumentResponse.termsOfServiceDocumentFormat(String termsOfServiceDocumentFormat) |
The format of the Terms of Service document.
|
GetTermsOfServiceDocumentResponse |
GetTermsOfServiceDocumentResponse.termsOfServiceDocumentId(String termsOfServiceDocumentId) |
The unique identifier of the Terms of Service document.
|
GetTermsOfServiceDocumentResponse |
GetTermsOfServiceDocumentResponse.type(GetTermsOfServiceDocumentResponse.TypeEnum type) |
The type of Terms of Service.
|