Uses of Class
com.adyen.model.payment.MerchantRiskIndicator.DeliveryTimeframeEnum
-
Packages that use MerchantRiskIndicator.DeliveryTimeframeEnum Package Description com.adyen.model.payment -
-
Uses of MerchantRiskIndicator.DeliveryTimeframeEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return MerchantRiskIndicator.DeliveryTimeframeEnum Modifier and Type Method Description static MerchantRiskIndicator.DeliveryTimeframeEnumMerchantRiskIndicator.DeliveryTimeframeEnum. fromValue(String value)MerchantRiskIndicator.DeliveryTimeframeEnumMerchantRiskIndicator. getDeliveryTimeframe()The estimated delivery time for the shopper to receive the goods.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.payment with parameters of type MerchantRiskIndicator.DeliveryTimeframeEnum Modifier and Type Method Description MerchantRiskIndicatorMerchantRiskIndicator. deliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)The estimated delivery time for the shopper to receive the goods.voidMerchantRiskIndicator. setDeliveryTimeframe(MerchantRiskIndicator.DeliveryTimeframeEnum deliveryTimeframe)The estimated delivery time for the shopper to receive the goods.
-