Uses of Class
com.adyen.model.management.BcmcInfo
-
Packages that use BcmcInfo Package Description com.adyen.model.management -
-
Uses of BcmcInfo in com.adyen.model.management
Methods in com.adyen.model.management that return BcmcInfo Modifier and Type Method Description BcmcInfoBcmcInfo. enableBcmcMobile(Boolean enableBcmcMobile)static BcmcInfoBcmcInfo. fromJson(String jsonString)Create an instance of BcmcInfo given an JSON stringBcmcInfoPaymentMethod. getBcmc()Get bcmcBcmcInfoPaymentMethodSetupInfo. getBcmc()Get bcmcBcmcInfoUpdatePaymentMethodInfo. getBcmc()Get bcmcMethods in com.adyen.model.management with parameters of type BcmcInfo Modifier and Type Method Description PaymentMethodPaymentMethod. bcmc(BcmcInfo bcmc)PaymentMethodSetupInfoPaymentMethodSetupInfo. bcmc(BcmcInfo bcmc)UpdatePaymentMethodInfoUpdatePaymentMethodInfo. bcmc(BcmcInfo bcmc)voidPaymentMethod. setBcmc(BcmcInfo bcmc)bcmcvoidPaymentMethodSetupInfo. setBcmc(BcmcInfo bcmc)bcmcvoidUpdatePaymentMethodInfo. setBcmc(BcmcInfo bcmc)bcmc
-