Uses of Class
com.adyen.model.management.AffirmInfo.PricePlanEnum
-
Packages that use AffirmInfo.PricePlanEnum Package Description com.adyen.model.management -
-
Uses of AffirmInfo.PricePlanEnum in com.adyen.model.management
Methods in com.adyen.model.management that return AffirmInfo.PricePlanEnum Modifier and Type Method Description static AffirmInfo.PricePlanEnumAffirmInfo.PricePlanEnum. fromValue(String value)AffirmInfo.PricePlanEnumAffirmInfo. getPricePlan()Merchant price planstatic AffirmInfo.PricePlanEnumAffirmInfo.PricePlanEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AffirmInfo.PricePlanEnum[]AffirmInfo.PricePlanEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type AffirmInfo.PricePlanEnum Modifier and Type Method Description AffirmInfoAffirmInfo. pricePlan(AffirmInfo.PricePlanEnum pricePlan)Merchant price planvoidAffirmInfo. setPricePlan(AffirmInfo.PricePlanEnum pricePlan)Merchant price plan
-