Package model
Class MerchantProcessorDetails
- java.lang.Object
-
- model.MerchantProcessorDetails
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class MerchantProcessorDetails extends Object
Additional details specific to the processor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMerchantProcessorDetails.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_API_KEYstatic StringSERIALIZED_NAME_MID
-
Constructor Summary
Constructors Constructor Description MerchantProcessorDetails()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantProcessorDetailsapiKey(String apiKey)booleanequals(Object o)static MerchantProcessorDetailsfromJson(String jsonString)Create an instance of MerchantProcessorDetails given an JSON stringStringgetApiKey()Get apiKeyStringgetMid()Get midinthashCode()MerchantProcessorDetailsmid(String mid)voidsetApiKey(String apiKey)voidsetMid(String mid)StringtoJson()Convert an instance of MerchantProcessorDetails to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_API_KEY
public static final String SERIALIZED_NAME_API_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MID
public static final String SERIALIZED_NAME_MID
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiKey
public MerchantProcessorDetails apiKey(String apiKey)
-
setApiKey
public void setApiKey(String apiKey)
-
mid
public MerchantProcessorDetails mid(String mid)
-
setMid
public void setMid(String mid)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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 MerchantProcessorDetails
-
fromJson
public static MerchantProcessorDetails fromJson(String jsonString) throws IOException
Create an instance of MerchantProcessorDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MerchantProcessorDetails
- Throws:
IOException- if the JSON string is invalid with respect to MerchantProcessorDetails
-
toJson
public String toJson()
Convert an instance of MerchantProcessorDetails to an JSON string- Returns:
- JSON string
-
-