Class TransactionMemberCreateRequest

  • All Implemented Interfaces:
    EliquaAbstractRequestPayload

    public class TransactionMemberCreateRequest
    extends PersonBasicPayload
    Request class representing customer data within a transaction. Extends PersonBasicPayload to include basic person information and adds loyalty card specific data. Uses Lombok's @Setter and @Getter annotations for automatic generation of accessor methods.
    • Constructor Detail

      • TransactionMemberCreateRequest

        public TransactionMemberCreateRequest()
    • Method Detail

      • toString

        public String toString()
        Returns a string representation of this object, including both the parent class fields and the card number.
        Overrides:
        toString in class PersonBasicPayload
        Returns:
        A string containing all fields from the parent class and this class