Class TransactionMemberCreateRequest
- java.lang.Object
-
- com.inteliqua.rest.customer.payload.person.payload.PersonBasicPayload
-
- com.inteliqua.rest.transaction.payload.request.TransactionMemberCreateRequest
-
- All Implemented Interfaces:
EliquaAbstractRequestPayload
public class TransactionMemberCreateRequest extends PersonBasicPayload
Request class representing customer data within a transaction. ExtendsPersonBasicPayloadto include basic person information and adds loyalty card specific data. Uses Lombok's @Setter and @Getter annotations for automatic generation of accessor methods.
-
-
Constructor Summary
Constructors Constructor Description TransactionMemberCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Returns a string representation of this object, including both the parent class fields and the card number.-
Methods inherited from class com.inteliqua.rest.customer.payload.person.payload.PersonBasicPayload
addAttribute, getAttributes, getDateOfBirth, getFirstName, getGender, getLanguageCode, getLastName, getNameDayDay, getNameDayMonth, getRegistrationDate, getRegistrationSource, getRegistrationStoreCode, getSalutationCode, getYearOfBirth, setDateOfBirth, setFirstName, setGender, setLanguageCode, setLastName, setNameDayDay, setNameDayMonth, setRegistrationDate, setRegistrationSource, setRegistrationStoreCode, setSalutationCode, setYearOfBirth
-
-
-
-
Method Detail
-
toString
public String toString()
Returns a string representation of this object, including both the parent class fields and the card number.- Overrides:
toStringin classPersonBasicPayload- Returns:
- A string containing all fields from the parent class and this class
-
-