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 stringJCBInfoPaymentMethodSetupInfo. getJcb()Get jcbJCBInfoJCBInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.JCBInfoJCBInfo. 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 PaymentMethodSetupInfoPaymentMethodSetupInfo. jcb(JCBInfo jcb)jcbvoidPaymentMethodSetupInfo. setJcb(JCBInfo jcb)jcb
-