Uses of Class
com.adyen.model.management.ShopperStatement.TypeEnum
-
Packages that use ShopperStatement.TypeEnum Package Description com.adyen.model.management -
-
Uses of ShopperStatement.TypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return ShopperStatement.TypeEnum Modifier and Type Method Description static ShopperStatement.TypeEnumShopperStatement.TypeEnum. fromValue(String value)ShopperStatement.TypeEnumShopperStatement. getType()The type of shopperstatement you want to use: fixed, append or dynamicShopperStatement.TypeEnumShopperStatement.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ShopperStatement.TypeEnumShopperStatement.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ShopperStatement.TypeEnum[]ShopperStatement.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type ShopperStatement.TypeEnum Modifier and Type Method Description voidShopperStatement. setType(ShopperStatement.TypeEnum type)ShopperStatementShopperStatement. type(ShopperStatement.TypeEnum type)voidShopperStatement.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ShopperStatement.TypeEnum enumeration)
-