Uses of Class
com.adyen.model.management.JCBResponseInfo
-
Packages that use JCBResponseInfo Package Description com.adyen.model.management -
-
Uses of JCBResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return JCBResponseInfo Modifier and Type Method Description static JCBResponseInfoJCBResponseInfo. fromJson(String jsonString)Create an instance of JCBResponseInfo given an JSON stringJCBResponseInfoPaymentMethod. getJcb()Get jcbJCBResponseInfoJCBResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.JCBResponseInfoJCBResponseInfo. midNumber(String midNumber)MID (Merchant ID) number.JCBResponseInfoJCBResponseInfo. reuseMidNumber(Boolean reuseMidNumber)Indicates whether the JCB Merchant ID is reused from a previously setup JCB payment method.JCBResponseInfoJCBResponseInfo. serviceLevel(String serviceLevel)Specifies the service level (settlement type) of this payment method.JCBResponseInfoJCBResponseInfo. transactionDescription(TransactionDescriptionResponseInfo transactionDescription)transactionDescriptionMethods in com.adyen.model.management with parameters of type JCBResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. jcb(JCBResponseInfo jcb)jcbvoidPaymentMethod. setJcb(JCBResponseInfo jcb)jcb
-