Uses of Class
com.adyen.model.checkout.CommonField
-
Packages that use CommonField Package Description com.adyen.model.checkout -
-
Uses of CommonField in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CommonField Modifier and Type Method Description static CommonFieldCommonField. fromJson(String jsonString)Create an instance of CommonField given an JSON stringCommonFieldApplicationInfo. getAdyenLibrary()Get adyenLibraryCommonFieldApplicationInfo. getAdyenPaymentSource()Get adyenPaymentSourceCommonFieldApplicationInfo. getMerchantApplication()Get merchantApplicationCommonFieldCommonField. name(String name)CommonFieldCommonField. version(String version)Methods in com.adyen.model.checkout with parameters of type CommonField Modifier and Type Method Description ApplicationInfoApplicationInfo. adyenLibrary(CommonField adyenLibrary)ApplicationInfoApplicationInfo. adyenPaymentSource(CommonField adyenPaymentSource)ApplicationInfoApplicationInfo. merchantApplication(CommonField merchantApplication)voidApplicationInfo. setAdyenLibrary(CommonField adyenLibrary)adyenLibraryvoidApplicationInfo. setAdyenPaymentSource(CommonField adyenPaymentSource)adyenPaymentSourcevoidApplicationInfo. setMerchantApplication(CommonField merchantApplication)merchantApplication
-