Uses of Class
com.adyen.model.nexo.LoyaltyAccountID
-
Packages that use LoyaltyAccountID Package Description com.adyen.model.nexo -
-
Uses of LoyaltyAccountID in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyAccountID Modifier and Type Field Description protected LoyaltyAccountIDLoyaltyAccount. loyaltyAccountIDThe Loyalty account id.protected LoyaltyAccountIDLoyaltyAccountReq. loyaltyAccountIDThe Loyalty account id.protected LoyaltyAccountIDLoyaltyData. loyaltyAccountIDThe Loyalty account id.Methods in com.adyen.model.nexo that return LoyaltyAccountID Modifier and Type Method Description LoyaltyAccountIDObjectFactory. createLoyaltyAccountID()Create an instance ofLoyaltyAccountIDLoyaltyAccountIDLoyaltyAccount. getLoyaltyAccountID()Gets the value of the loyaltyAccountID property.LoyaltyAccountIDLoyaltyAccountReq. getLoyaltyAccountID()Gets the value of the loyaltyAccountID property.LoyaltyAccountIDLoyaltyData. getLoyaltyAccountID()Gets the value of the loyaltyAccountID property.Methods in com.adyen.model.nexo with parameters of type LoyaltyAccountID Modifier and Type Method Description voidLoyaltyAccount. setLoyaltyAccountID(LoyaltyAccountID value)Sets the value of the loyaltyAccountID property.voidLoyaltyAccountReq. setLoyaltyAccountID(LoyaltyAccountID value)Sets the value of the loyaltyAccountID property.voidLoyaltyData. setLoyaltyAccountID(LoyaltyAccountID value)Sets the value of the loyaltyAccountID property.
-