Class VerificationDataRequest
java.lang.Object
com.boldsign.model.VerificationDataRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class VerificationDataRequest
extends Object
VerificationDataRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) booleanstatic VerificationDataRequestCreate an instance of VerificationDataRequest given an JSON stringGet countryCodeGet emailIdGet onBehalfOfgetOrder()Get orderGet phoneNumberinthashCode()onBehalfOf(String onBehalfOf) phoneNumber(String phoneNumber) voidsetCountryCode(String countryCode) voidsetEmailId(String emailId) voidsetOnBehalfOf(String onBehalfOf) voidvoidsetPhoneNumber(String phoneNumber) toJson()Convert an instance of VerificationDataRequest to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_EMAIL_ID
- See Also:
-
SERIALIZED_NAME_COUNTRY_CODE
- See Also:
-
SERIALIZED_NAME_PHONE_NUMBER
- See Also:
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
VerificationDataRequest
public VerificationDataRequest()
-
-
Method Details
-
emailId
-
getEmailId
-
setEmailId
-
countryCode
-
getCountryCode
-
setCountryCode
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
order
-
getOrder
-
setOrder
-
onBehalfOf
-
getOnBehalfOf
-
setOnBehalfOf
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to VerificationDataRequest
-
fromJson
Create an instance of VerificationDataRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of VerificationDataRequest
- Throws:
IOException- if the JSON string is invalid with respect to VerificationDataRequest
-
toJson
Convert an instance of VerificationDataRequest to an JSON string- Returns:
- JSON string
-