Uses of Class
com.adyen.model.MerchantRiskIndicator.DeliveryTimeframeEnum
-
Packages that use MerchantRiskIndicator.DeliveryTimeframeEnum Package Description com.adyen.model -
-
Uses of MerchantRiskIndicator.DeliveryTimeframeEnum in com.adyen.model
Methods in com.adyen.model that return MerchantRiskIndicator.DeliveryTimeframeEnum Modifier and Type Method Description static MerchantRiskIndicator.DeliveryTimeframeEnumMerchantRiskIndicator.DeliveryTimeframeEnum. fromValue(String text)MerchantRiskIndicator.DeliveryTimeframeEnumMerchantRiskIndicator. getDeliveryTimeframe()MerchantRiskIndicator.DeliveryTimeframeEnumMerchantRiskIndicator.DeliveryTimeframeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static MerchantRiskIndicator.DeliveryTimeframeEnumMerchantRiskIndicator.DeliveryTimeframeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MerchantRiskIndicator.DeliveryTimeframeEnum[]MerchantRiskIndicator.DeliveryTimeframeEnum. 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.DeliveryTimeframeEnum Modifier and Type Method Description MerchantRiskIndicatorMerchantRiskIndicator. deliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)voidMerchantRiskIndicator. setDeliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)voidMerchantRiskIndicator.DeliveryTimeframeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, MerchantRiskIndicator.DeliveryTimeframeEnum enumeration)
-