Package com.adyen.model.management
Class BcmcInfo
- java.lang.Object
-
- com.adyen.model.management.BcmcInfo
-
public class BcmcInfo extends Object
BcmcInfo
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLE_BCMC_MOBILE
-
Constructor Summary
Constructors Constructor Description BcmcInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BcmcInfoenableBcmcMobile(Boolean enableBcmcMobile)booleanequals(Object o)Return true if this BcmcInfo object is equal to o.static BcmcInfofromJson(String jsonString)Create an instance of BcmcInfo given an JSON stringBooleangetEnableBcmcMobile()Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled.inthashCode()voidsetEnableBcmcMobile(Boolean enableBcmcMobile)Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled.StringtoJson()Convert an instance of BcmcInfo to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLE_BCMC_MOBILE
public static final String JSON_PROPERTY_ENABLE_BCMC_MOBILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnableBcmcMobile
public Boolean getEnableBcmcMobile()
Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled.- Returns:
- enableBcmcMobile
-
setEnableBcmcMobile
public void setEnableBcmcMobile(Boolean enableBcmcMobile)
Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled.- Parameters:
enableBcmcMobile-
-
equals
public boolean equals(Object o)
Return true if this BcmcInfo object is equal to o.
-
fromJson
public static BcmcInfo fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of BcmcInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BcmcInfo
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to BcmcInfo
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of BcmcInfo to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-