Uses of Class
com.adyen.model.management.BcmcResponseInfo
-
Packages that use BcmcResponseInfo Package Description com.adyen.model.management -
-
Uses of BcmcResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return BcmcResponseInfo Modifier and Type Method Description BcmcResponseInfoBcmcResponseInfo. enableBcmcMobile(Boolean enableBcmcMobile)Indicates if [Bancontact mobile](https://docs.adyen.com/payment-methods/bancontact/bancontact-mobile) is enabled.static BcmcResponseInfoBcmcResponseInfo. fromJson(String jsonString)Create an instance of BcmcResponseInfo given an JSON stringBcmcResponseInfoPaymentMethod. getBcmc()Get bcmcBcmcResponseInfoBcmcResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.BcmcResponseInfoBcmcResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type BcmcResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. bcmc(BcmcResponseInfo bcmc)bcmcvoidPaymentMethod. setBcmc(BcmcResponseInfo bcmc)bcmc
-