Class LoyaltyTransactionResponse
- java.lang.Object
-
- com.inteliqua.rest.transaction.payload.response.basic.TransactionBaseResponse
-
- com.inteliqua.rest.transaction.payload.response.loyalty.LoyaltyTransactionResponse
-
- All Implemented Interfaces:
EliquaAbstractRequestPayload,com.qivos.util.rest.mappers.APIResponseDTO
- Direct Known Subclasses:
LoyaltyTransactionSearchResponse
public class LoyaltyTransactionResponse extends TransactionBaseResponse implements com.qivos.util.rest.mappers.APIResponseDTO
Response class representing a loyalty transaction. Contains detailed information about loyalty-specific transaction attributes such as points awarded, redeemed, and current balance. ExtendsTransactionBaseResponseand implementsAPIResponseDTO.
-
-
Constructor Summary
Constructors Constructor Description LoyaltyTransactionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetLastModificationDate()Gets the last modification date of the transaction.voidsetLastModificationDate(Date date)Sets the last modification date of the transaction.-
Methods inherited from class com.inteliqua.rest.transaction.payload.response.basic.TransactionBaseResponse
addAttribute, addTransactionItem
-
-
-
-
Method Detail
-
getLastModificationDate
public Date getLastModificationDate()
Gets the last modification date of the transaction.- Specified by:
getLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO- Returns:
- the last modification date
-
setLastModificationDate
public void setLastModificationDate(Date date)
Sets the last modification date of the transaction.- Specified by:
setLastModificationDatein interfacecom.qivos.util.rest.mappers.APIResponseDTO- Parameters:
date- the date to set as the last modification date
-
-