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