Uses of Class
com.adyen.model.payment.CommonField
-
Packages that use CommonField Package Description com.adyen.model.payment -
-
Uses of CommonField in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment 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
-