Uses of Class
com.adyen.model.tapi.LoyaltyHandling
-
Packages that use LoyaltyHandling Package Description com.adyen.model.tapi -
-
Uses of LoyaltyHandling in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return LoyaltyHandling Modifier and Type Method Description static LoyaltyHandlingLoyaltyHandling. fromValue(String value)LoyaltyHandlingCardAcquisitionTransaction. getLoyaltyHandling()Get loyaltyHandlingLoyaltyHandlingTransactionConditions. getLoyaltyHandling()Get loyaltyHandlingstatic LoyaltyHandlingLoyaltyHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static LoyaltyHandling[]LoyaltyHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type LoyaltyHandling Modifier and Type Method Description CardAcquisitionTransactionCardAcquisitionTransaction. loyaltyHandling(LoyaltyHandling loyaltyHandling)loyaltyHandlingTransactionConditionsTransactionConditions. loyaltyHandling(LoyaltyHandling loyaltyHandling)loyaltyHandlingvoidCardAcquisitionTransaction. setLoyaltyHandling(LoyaltyHandling loyaltyHandling)loyaltyHandlingvoidTransactionConditions. setLoyaltyHandling(LoyaltyHandling loyaltyHandling)loyaltyHandling
-