Uses of Class
com.adyen.model.management.LocalizedInformation
-
Packages that use LocalizedInformation Package Description com.adyen.model.management -
-
Uses of LocalizedInformation in com.adyen.model.management
Methods in com.adyen.model.management that return LocalizedInformation Modifier and Type Method Description LocalizedInformationLocalizedInformation. addLocalShopperStatementItem(LocalShopperStatement localShopperStatementItem)static LocalizedInformationLocalizedInformation. fromJson(String jsonString)Create an instance of LocalizedInformation given an JSON stringLocalizedInformationStore. getLocalizedInformation()Get localizedInformationLocalizedInformationStoreCreationRequest. getLocalizedInformation()Get localizedInformationLocalizedInformationStoreCreationWithMerchantCodeRequest. getLocalizedInformation()Get localizedInformationLocalizedInformationLocalizedInformation. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.LocalizedInformationLocalizedInformation. localShopperStatement(List<LocalShopperStatement> localShopperStatement)An array of local shopper statements.Methods in com.adyen.model.management with parameters of type LocalizedInformation Modifier and Type Method Description StoreStore. localizedInformation(LocalizedInformation localizedInformation)localizedInformationStoreCreationRequestStoreCreationRequest. localizedInformation(LocalizedInformation localizedInformation)localizedInformationStoreCreationWithMerchantCodeRequestStoreCreationWithMerchantCodeRequest. localizedInformation(LocalizedInformation localizedInformation)localizedInformationvoidStore. setLocalizedInformation(LocalizedInformation localizedInformation)localizedInformationvoidStoreCreationRequest. setLocalizedInformation(LocalizedInformation localizedInformation)localizedInformationvoidStoreCreationWithMerchantCodeRequest. setLocalizedInformation(LocalizedInformation localizedInformation)localizedInformation
-