Uses of Class
com.adyen.model.nexo.LoyaltyAccount
-
Packages that use LoyaltyAccount Package Description com.adyen.model.nexo -
-
Uses of LoyaltyAccount in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyAccount Modifier and Type Field Description protected LoyaltyAccountLoyaltyAccountStatus. loyaltyAccountThe Loyalty account.protected LoyaltyAccountLoyaltyResult. loyaltyAccountThe Loyalty account.Fields in com.adyen.model.nexo with type parameters of type LoyaltyAccount Modifier and Type Field Description protected List<LoyaltyAccount>CardAcquisitionResponse. loyaltyAccountThe Loyalty account.Methods in com.adyen.model.nexo that return LoyaltyAccount Modifier and Type Method Description LoyaltyAccountObjectFactory. createLoyaltyAccount()Create an instance ofLoyaltyAccountLoyaltyAccountLoyaltyAccountStatus. getLoyaltyAccount()Gets the value of the loyaltyAccount property.LoyaltyAccountLoyaltyResult. getLoyaltyAccount()Gets the value of the loyaltyAccount property.Methods in com.adyen.model.nexo that return types with arguments of type LoyaltyAccount Modifier and Type Method Description List<LoyaltyAccount>CardAcquisitionResponse. getLoyaltyAccount()Gets the value of the loyaltyAccount property.Methods in com.adyen.model.nexo with parameters of type LoyaltyAccount Modifier and Type Method Description voidLoyaltyAccountStatus. setLoyaltyAccount(LoyaltyAccount value)Sets the value of the loyaltyAccount property.voidLoyaltyResult. setLoyaltyAccount(LoyaltyAccount value)Sets the value of the loyaltyAccount property.
-