Package model
Class UpdateMerchantRequest
java.lang.Object
model.UpdateMerchantRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class UpdateMerchantRequest
extends Object
UpdateMerchantRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic UpdateMerchantRequestCreate an instance of UpdateMerchantRequest given an JSON stringSet to True to enable Merchant for Level 2 and Level 3 processing.getTags()Key value pair for annotating custom meta data (e.g.inthashCode()levelTwoLevelThreeDataEnabled(Boolean levelTwoLevelThreeDataEnabled) putTagsItem(String key, String tagsItem) voidsetLevelTwoLevelThreeDataEnabled(Boolean levelTwoLevelThreeDataEnabled) voidtoJson()Convert an instance of UpdateMerchantRequest 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_LEVEL_TWO_LEVEL_THREE_DATA_ENABLED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpdateMerchantRequest
public UpdateMerchantRequest()
-
-
Method Details
-
tags
-
putTagsItem
-
getTags
Key value pair for annotating custom meta data (e.g. order numbers).- Returns:
- tags
-
setTags
-
levelTwoLevelThreeDataEnabled
-
getLevelTwoLevelThreeDataEnabled
Set to True to enable Merchant for Level 2 and Level 3 processing. Default value is false.- Returns:
- levelTwoLevelThreeDataEnabled
-
setLevelTwoLevelThreeDataEnabled
-
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 UpdateMerchantRequest
-
fromJson
Create an instance of UpdateMerchantRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpdateMerchantRequest
- Throws:
IOException- if the JSON string is invalid with respect to UpdateMerchantRequest
-
toJson
Convert an instance of UpdateMerchantRequest to an JSON string- Returns:
- JSON string
-