Uses of Class
com.adyen.model.checkout.MerchantRiskIndicator.DeliveryAddressIndicatorEnum
-
Packages that use MerchantRiskIndicator.DeliveryAddressIndicatorEnum Package Description com.adyen.model.checkout -
-
Uses of MerchantRiskIndicator.DeliveryAddressIndicatorEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return MerchantRiskIndicator.DeliveryAddressIndicatorEnum Modifier and Type Method Description static MerchantRiskIndicator.DeliveryAddressIndicatorEnumMerchantRiskIndicator.DeliveryAddressIndicatorEnum. fromValue(String value)MerchantRiskIndicator.DeliveryAddressIndicatorEnumMerchantRiskIndicator. getDeliveryAddressIndicator()Indicator regarding the delivery address.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.checkout 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)
-