Package com.adyen.model.management
Class GiroPayInfo
- java.lang.Object
-
- com.adyen.model.management.GiroPayInfo
-
public class GiroPayInfo extends Object
GiroPayInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGiroPayInfo.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_SUPPORT_EMAIL
-
Constructor Summary
Constructors Constructor Description GiroPayInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GiroPayInfofromJson(String jsonString)Create an instance of GiroPayInfo given an JSON stringStringgetSupportEmail()The email address of merchant support.inthashCode()voidsetSupportEmail(String supportEmail)GiroPayInfosupportEmail(String supportEmail)StringtoJson()Convert an instance of GiroPayInfo to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
supportEmail
public GiroPayInfo supportEmail(String supportEmail)
-
getSupportEmail
public String getSupportEmail()
The email address of merchant support.- Returns:
- supportEmail
-
setSupportEmail
public void setSupportEmail(String supportEmail)
-
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 GiroPayInfo
-
fromJson
public static GiroPayInfo fromJson(String jsonString) throws IOException
Create an instance of GiroPayInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GiroPayInfo
- Throws:
IOException- if the JSON string is invalid with respect to GiroPayInfo
-
toJson
public String toJson()
Convert an instance of GiroPayInfo to an JSON string- Returns:
- JSON string
-
-