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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CommonFieldCommonField. name(String name)Name of the field.CommonFieldCommonField. version(String version)Version of the field.Methods in com.adyen.model.checkout with parameters of type CommonField Modifier and Type Method Description ApplicationInfoApplicationInfo. adyenLibrary(CommonField adyenLibrary)adyenLibraryApplicationInfoApplicationInfo. adyenPaymentSource(CommonField adyenPaymentSource)adyenPaymentSourceApplicationInfoApplicationInfo. merchantApplication(CommonField merchantApplication)merchantApplicationvoidApplicationInfo. setAdyenLibrary(CommonField adyenLibrary)adyenLibraryvoidApplicationInfo. setAdyenPaymentSource(CommonField adyenPaymentSource)adyenPaymentSourcevoidApplicationInfo. setMerchantApplication(CommonField merchantApplication)merchantApplication
-