Uses of Class
com.adyen.model.MerchantRiskIndicator.DeliveryAddressIndicatorEnum
-
Packages that use MerchantRiskIndicator.DeliveryAddressIndicatorEnum Package Description com.adyen.model -
-
Uses of MerchantRiskIndicator.DeliveryAddressIndicatorEnum in com.adyen.model
Methods in com.adyen.model that return MerchantRiskIndicator.DeliveryAddressIndicatorEnum Modifier and Type Method Description static MerchantRiskIndicator.DeliveryAddressIndicatorEnumMerchantRiskIndicator.DeliveryAddressIndicatorEnum. fromValue(String text)MerchantRiskIndicator.DeliveryAddressIndicatorEnumMerchantRiskIndicator. getDeliveryAddressIndicator()MerchantRiskIndicator.DeliveryAddressIndicatorEnumMerchantRiskIndicator.DeliveryAddressIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MerchantRiskIndicator.DeliveryAddressIndicatorEnumMerchantRiskIndicator.DeliveryAddressIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MerchantRiskIndicator.DeliveryAddressIndicatorEnum[]MerchantRiskIndicator.DeliveryAddressIndicatorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type MerchantRiskIndicator.DeliveryAddressIndicatorEnum Modifier and Type Method Description MerchantRiskIndicatorMerchantRiskIndicator. deliveryAddressIndicator(MerchantRiskIndicator.DeliveryAddressIndicatorEnum deliveryAddressIndicator)voidMerchantRiskIndicator. setDeliveryAddressIndicator(MerchantRiskIndicator.DeliveryAddressIndicatorEnum deliveryAddressIndicator)voidMerchantRiskIndicator.DeliveryAddressIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MerchantRiskIndicator.DeliveryAddressIndicatorEnum enumeration)
-