Class CardAssignmentResponse
- java.lang.Object
-
- com.inteliqua.rest.customer.payload.loyalty.card.response.CardAssignmentResponse
-
public class CardAssignmentResponse extends Object
Represents a response object for a successful loyalty card assignment. This object contains the loyalty card number and type assigned to the customer.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description CardAssignmentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardNumber()Getters and setters for the cardNumber and type fieldsStringgetType()voidsetCardNumber(String cardNumber)voidsetType(String type)
-