Uses of Class
com.adyen.model.management.JCBInfo
-
Packages that use JCBInfo Package Description com.adyen.model.management -
-
Uses of JCBInfo in com.adyen.model.management
Methods in com.adyen.model.management that return JCBInfo Modifier and Type Method Description static JCBInfoJCBInfo. fromJson(String jsonString)Create an instance of JCBInfo given an JSON stringJCBInfoPaymentMethod. getJcb()jcbJCBInfoPaymentMethodSetupInfo. getJcb()jcbJCBInfoJCBInfo. midNumber(String midNumber)MID (Merchant ID) number.JCBInfoJCBInfo. reuseMidNumber(Boolean reuseMidNumber)Indicates whether the JCB Merchant ID is reused from a previously setup JCB payment method.JCBInfoJCBInfo. serviceLevel(JCBInfo.ServiceLevelEnum serviceLevel)Specifies the service level (settlement type) of this payment method.JCBInfoJCBInfo. transactionDescription(TransactionDescriptionInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type JCBInfo Modifier and Type Method Description PaymentMethodPaymentMethod. jcb(JCBInfo jcb)jcbPaymentMethodSetupInfoPaymentMethodSetupInfo. jcb(JCBInfo jcb)jcbvoidPaymentMethod. setJcb(JCBInfo jcb)jcbvoidPaymentMethodSetupInfo. setJcb(JCBInfo jcb)jcb
-