Package com.adyen.model.management
Class TwintInfo
- java.lang.Object
-
- com.adyen.model.management.TwintInfo
-
public class TwintInfo extends Object
TwintInfo
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LOGO
-
Constructor Summary
Constructors Constructor Description TwintInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this TwintInfo object is equal to o.static TwintInfofromJson(String jsonString)Create an instance of TwintInfo given an JSON stringStringgetLogo()Twint logo.inthashCode()TwintInfologo(String logo)voidsetLogo(String logo)Twint logo.StringtoJson()Convert an instance of TwintInfo to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LOGO
public static final String JSON_PROPERTY_LOGO
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLogo
public String getLogo()
Twint logo. Format: Base64-encoded string.- Returns:
- logo
-
setLogo
public void setLogo(String logo)
Twint logo. Format: Base64-encoded string.- Parameters:
logo-
-
equals
public boolean equals(Object o)
Return true if this TwintInfo object is equal to o.
-
fromJson
public static TwintInfo fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of TwintInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TwintInfo
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to TwintInfo
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of TwintInfo to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-