Uses of Class
com.adyen.model.nexo.LoyaltyRequest
-
Packages that use LoyaltyRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of LoyaltyRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type LoyaltyRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withLoyaltyRequest(LoyaltyRequest loyaltyRequest) -
Uses of LoyaltyRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyRequest Modifier and Type Field Description protected LoyaltyRequestSaleToPOIRequest. loyaltyRequestThe Loyalty request.protected LoyaltyRequestTransactionToPerform. loyaltyRequestThe Loyalty request.Methods in com.adyen.model.nexo that return LoyaltyRequest Modifier and Type Method Description LoyaltyRequestObjectFactory. createLoyaltyRequest()Create an instance ofLoyaltyRequestLoyaltyRequestSaleToPOIRequest. getLoyaltyRequest()Gets the value of the loyaltyRequest property.LoyaltyRequestTransactionToPerform. getLoyaltyRequest()Gets the value of the loyaltyRequest property.Methods in com.adyen.model.nexo with parameters of type LoyaltyRequest Modifier and Type Method Description voidSaleToPOIRequest. setLoyaltyRequest(LoyaltyRequest value)Sets the value of the loyaltyRequest property.voidTransactionToPerform. setLoyaltyRequest(LoyaltyRequest value)Sets the value of the loyaltyRequest property.
-