Package model
Class CreateVerificationRequest
java.lang.Object
model.CreateVerificationRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class CreateVerificationRequest
extends Object
CreateVerificationRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CreateVerificationRequestCreate an instance of CreateVerificationRequest given an JSON stringID of the `Identity` resource associated with the `Merchant`.The `Payment Instrument` that'll be used to settle the `Merchant's` funds.The ID of the `Merchant`.Name of the `Verification` processor.getTags()Key value pair for annotating custom meta data (e.g.inthashCode()instrument(String instrument) putTagsItem(String key, String tagsItem) voidsetIdentity(String identity) voidsetInstrument(String instrument) voidsetMerchant(String merchant) voidsetProcessor(String processor) voidtoJson()Convert an instance of CreateVerificationRequest to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TAGS
- See Also:
-
SERIALIZED_NAME_IDENTITY
- See Also:
-
SERIALIZED_NAME_INSTRUMENT
- See Also:
-
SERIALIZED_NAME_MERCHANT
- See Also:
-
SERIALIZED_NAME_PROCESSOR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CreateVerificationRequest
public CreateVerificationRequest()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
identity
-
getIdentity
ID of the `Identity` resource associated with the `Merchant`.- Returns:
- identity
-
setIdentity
-
instrument
-
getInstrument
The `Payment Instrument` that'll be used to settle the `Merchant's` funds.- Returns:
- instrument
-
setInstrument
-
merchant
-
getMerchant
The ID of the `Merchant`.- Returns:
- merchant
-
setMerchant
-
processor
-
getProcessor
Name of the `Verification` processor.- Returns:
- processor
-
setProcessor
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to CreateVerificationRequest
-
fromJson
Create an instance of CreateVerificationRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateVerificationRequest
- Throws:
IOException- if the JSON string is invalid with respect to CreateVerificationRequest
-
toJson
Convert an instance of CreateVerificationRequest to an JSON string- Returns:
- JSON string
-