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_MOBILEstatic StringJSON_PROPERTY_TRANSACTION_DESCRIPTION
-
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.TransactionDescriptionInfogetTransactionDescription()Get transactionDescriptioninthashCode()voidsetEnableBcmcMobile(Boolean enableBcmcMobile)voidsetTransactionDescription(TransactionDescriptionInfo transactionDescription)StringtoJson()Convert an instance of BcmcInfo to an JSON stringStringtoString()BcmcInfotransactionDescription(TransactionDescriptionInfo transactionDescription)
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLE_BCMC_MOBILE
public static final String JSON_PROPERTY_ENABLE_BCMC_MOBILE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TRANSACTION_DESCRIPTION
public static final String JSON_PROPERTY_TRANSACTION_DESCRIPTION
- 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)
-
transactionDescription
public BcmcInfo transactionDescription(TransactionDescriptionInfo transactionDescription)
-
getTransactionDescription
public TransactionDescriptionInfo getTransactionDescription()
Get transactionDescription- Returns:
- transactionDescription
-
setTransactionDescription
public void setTransactionDescription(TransactionDescriptionInfo transactionDescription)
-
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
-
-