Uses of Class
com.adyen.model.nexo.LoyaltyAccountStatus
-
Packages that use LoyaltyAccountStatus Package Description com.adyen.model.nexo -
-
Uses of LoyaltyAccountStatus in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyAccountStatus Modifier and Type Field Description protected LoyaltyAccountStatusBalanceInquiryResponse. loyaltyAccountStatusThe Loyalty account status.protected LoyaltyAccountStatusPaymentAccountStatus. loyaltyAccountStatusThe Loyalty account status.Methods in com.adyen.model.nexo that return LoyaltyAccountStatus Modifier and Type Method Description LoyaltyAccountStatusObjectFactory. createLoyaltyAccountStatus()Create an instance ofLoyaltyAccountStatusLoyaltyAccountStatusBalanceInquiryResponse. getLoyaltyAccountStatus()Gets the value of the loyaltyAccountStatus property.LoyaltyAccountStatusPaymentAccountStatus. getLoyaltyAccountStatus()Gets the value of the loyaltyAccountStatus property.Methods in com.adyen.model.nexo with parameters of type LoyaltyAccountStatus Modifier and Type Method Description voidBalanceInquiryResponse. setLoyaltyAccountStatus(LoyaltyAccountStatus value)Sets the value of the loyaltyAccountStatus property.voidPaymentAccountStatus. setLoyaltyAccountStatus(LoyaltyAccountStatus value)Sets the value of the loyaltyAccountStatus property.
-