Class DigitalCardPropertiesPayload
- java.lang.Object
-
- com.inteliqua.rest.customer.payload.loyalty.card.request.DigitalCardPropertiesPayload
-
public class DigitalCardPropertiesPayload extends Object
Represents the properties associated with a digital loyalty card. This class currently contains a prefix field, which can be used to define the initial digits of a loyalty card number.The prefix is optional and may not always be provided.
- Author:
- ckonstantakis
-
-
Constructor Summary
Constructors Constructor Description DigitalCardPropertiesPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrefix()Gets the prefix of the loyalty card number.voidsetPrefix(String prefix)Sets the prefix of the loyalty card number.StringtoString()Returns a string representation of the digital card properties.
-