Uses of Class
com.adyen.model.management.LocalShopperStatement
-
Packages that use LocalShopperStatement Package Description com.adyen.model.management -
-
Uses of LocalShopperStatement in com.adyen.model.management
Methods in com.adyen.model.management that return LocalShopperStatement Modifier and Type Method Description static LocalShopperStatementLocalShopperStatement. fromJson(String jsonString)Create an instance of LocalShopperStatement given an JSON stringLocalShopperStatementLocalShopperStatement. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.LocalShopperStatementLocalShopperStatement. script(String script)The character set of the local shopper statement.LocalShopperStatementLocalShopperStatement. value(String value)The text of the local shopper statement in the specified character set.Methods in com.adyen.model.management that return types with arguments of type LocalShopperStatement Modifier and Type Method Description List<LocalShopperStatement>LocalizedInformation. getLocalShopperStatement()An array of local shopper statements.Methods in com.adyen.model.management with parameters of type LocalShopperStatement Modifier and Type Method Description LocalizedInformationLocalizedInformation. addLocalShopperStatementItem(LocalShopperStatement localShopperStatementItem)Method parameters in com.adyen.model.management with type arguments of type LocalShopperStatement Modifier and Type Method Description LocalizedInformationLocalizedInformation. localShopperStatement(List<LocalShopperStatement> localShopperStatement)An array of local shopper statements.voidLocalizedInformation. setLocalShopperStatement(List<LocalShopperStatement> localShopperStatement)An array of local shopper statements.
-