Uses of Class
com.adyen.model.management.BcmcUpdateInfo
-
Packages that use BcmcUpdateInfo Package Description com.adyen.model.management -
-
Uses of BcmcUpdateInfo in com.adyen.model.management
Methods in com.adyen.model.management that return BcmcUpdateInfo Modifier and Type Method Description static BcmcUpdateInfoBcmcUpdateInfo. fromJson(String jsonString)Create an instance of BcmcUpdateInfo given an JSON stringBcmcUpdateInfoUpdatePaymentMethodInfo. getBcmc()Get bcmcBcmcUpdateInfoBcmcUpdateInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.BcmcUpdateInfoBcmcUpdateInfo. transactionDescription(TransactionDescriptionInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type BcmcUpdateInfo Modifier and Type Method Description UpdatePaymentMethodInfoUpdatePaymentMethodInfo. bcmc(BcmcUpdateInfo bcmc)bcmcvoidUpdatePaymentMethodInfo. setBcmc(BcmcUpdateInfo bcmc)bcmc
-