Serialized Form
-
Package com.inteliqua.rest.common.attribute
-
Class com.inteliqua.rest.common.attribute.EntityAttribute extends Object implements Serializable
-
Serialized Fields
-
attributeName
String attributeName
The name of the attribute. -
attributeValue
String attributeValue
The value of the attribute, represented as a string. -
dataType
AttributeDataType dataType
The data type of the attribute, indicating how its value should be interpreted.
-
-
-
-
Package com.inteliqua.rest.common.update
-
Class com.inteliqua.rest.common.update.UpdateField extends Object implements Serializable
-
Serialized Fields
-
value
T value
The value to be updated in the field.
-
-
-
-
Package com.inteliqua.rest.couponset.dto
-
Class com.inteliqua.rest.couponset.dto.AmountCouponSetCreateDto extends CouponSetCreateDto implements Serializable
-
Serialized Fields
-
amount
Integer amount
-
-
-
Class com.inteliqua.rest.couponset.dto.AmountCouponSetDto extends CouponSetDto implements Serializable
-
Serialized Fields
-
amount
Integer amount
The value amount for the coupon set.This field is required and must not exceed 1,000,000,000.
-
-
-
Class com.inteliqua.rest.couponset.dto.CouponSetCreateDto extends Object implements Serializable
-
Serialized Fields
-
activeFrom
Date activeFrom
-
activeUntil
Date activeUntil
-
attributes
List<EntityAttribute> attributes
-
autoGenerated
boolean autoGenerated
-
code
String code
-
couponSetCategoryData
CouponSetCategoryEmbeddedRequest couponSetCategoryData
-
couponSetType
String couponSetType
-
duration
Integer duration
-
global
boolean global
-
loyaltySchemaCode
String loyaltySchemaCode
-
oncePerYear
boolean oncePerYear
-
remarks
String remarks
-
reusable
boolean reusable
-
storeData
StoreEmbeddedRequest storeData
-
title
String title
-
vatNumber
String vatNumber
-
-
-
Class com.inteliqua.rest.couponset.dto.CouponSetDto extends Object implements Serializable
-
Serialized Fields
-
activeFrom
Date activeFrom
-
activeUntil
Date activeUntil
-
attributes
List<CouponSetAttributeDTO> attributes
Additional dynamic attributes associated with this coupon set. -
autoGenerated
boolean autoGenerated
-
bookCoupon
Boolean bookCoupon
-
bookCouponTemplate
BookCouponTemplateLineDto bookCouponTemplate
Template configuration for book coupons, if applicable. -
code
String code
The unique code identifying the coupon set. -
couponGenerationParams
CouponGenerationParamsDto couponGenerationParams
Parameters for how coupons should be generated for this set. -
couponSetCategoryId
Integer couponSetCategoryId
ID of the coupon set category. -
couponSetId
Integer couponSetId
The internal ID of the coupon set. -
couponSetType
String couponSetType
The type of the coupon set (used for polymorphic deserialization). -
duration
Integer duration
The duration (in days) for which coupons in the set are valid. -
durationInMonths
Integer durationInMonths
The duration (in months) for which coupons in the set are valid. -
global
boolean global
-
inactive
boolean inactive
-
loyaltySchemaId
Integer loyaltySchemaId
ID of the loyalty schema this coupon set belongs to. -
merchantCompanyName
String merchantCompanyName
-
oncePerYear
boolean oncePerYear
-
remarks
String remarks
-
reusable
boolean reusable
-
tiers
List<TiersCouponSetDTO> tiers
Tier-specific configuration for this coupon set. -
title
String title
The title of the coupon set. -
totalCouponsAvailable
long totalCouponsAvailable
Total number of coupons currently available.
-
-
-
Class com.inteliqua.rest.couponset.dto.DiscountCouponSetCreateDto extends CouponSetCreateDto implements Serializable
-
Serialized Fields
-
discount
BigDecimal discount
-
-
-
Class com.inteliqua.rest.couponset.dto.DiscountCouponSetDto extends CouponSetDto implements Serializable
-
Serialized Fields
-
discount
BigDecimal discount
The discount value associated with this coupon set.Must be a non-null
BigDecimaland not exceed 1,000,000,000.
-
-
-
Class com.inteliqua.rest.couponset.dto.DiscountCouponSetUpdateDto extends CouponSetUpdateDto implements Serializable
-
Serialized Fields
-
discount
UpdateField<BigDecimal> discount
-
-
-
Class com.inteliqua.rest.couponset.dto.RedemptionCouponSetDto extends CouponSetDto implements Serializable
-
Serialized Fields
-
redemptionLevel
Integer redemptionLevel
The redemption level required to redeem this coupon set.Must be non-null and must not exceed 1,000,000,000.
-
-
-
-
Package com.inteliqua.rest.customer.controller.search.criteria.coupon
-
Class com.inteliqua.rest.customer.controller.search.criteria.coupon.CouponCodeCriteria extends Object implements Serializable
-
Serialized Fields
-
couponCode
String couponCode
-
-
-
Class com.inteliqua.rest.customer.controller.search.criteria.coupon.CouponInvoiceCriteria extends Object implements Serializable
-
Class com.inteliqua.rest.customer.controller.search.criteria.coupon.CouponsetCategoryCriteria extends Object implements Serializable
-
Serialized Fields
-
categoryCode
String categoryCode
-
-
-
-
Package com.inteliqua.rest.customer.payload.address
-
Class com.inteliqua.rest.customer.payload.address.AddressData extends Object implements Serializable
-
Serialized Fields
-
addressLine1
String addressLine1
-
addressLine2
String addressLine2
-
addressLine3
String addressLine3
-
addressType
AddressTypeEnum addressType
-
attributes
List<EntityAttribute> attributes
-
countryCode
String countryCode
-
postCode
String postCode
-
regionCode
String regionCode
-
town
String town
-
-
-
-
Package com.inteliqua.rest.customer.payload.address.request
-
Class com.inteliqua.rest.customer.payload.address.request.MultipleAddressUpdateRequest extends Object implements Serializable
-
Serialized Fields
-
additions
List<AddressData> additions
A list of new addresses to be added. -
modifications
List<AddressDataModificationRequest> modifications
A list of modifications to existing address data.
-
-
-
-
Package com.inteliqua.rest.customer.payload.address.response
-
Class com.inteliqua.rest.customer.payload.address.response.AddressDataResponse extends AddressData implements Serializable
-
-
Package com.inteliqua.rest.customer.payload.child
-
Class com.inteliqua.rest.customer.payload.child.ChildData extends Object implements Serializable
-
Serialized Fields
-
dateOfBirth
Date dateOfBirth
-
firstName
String firstName
-
gender
GenderEnum gender
-
nameDayDay
Integer nameDayDay
-
nameDayMonth
Integer nameDayMonth
-
-
-
Class com.inteliqua.rest.customer.payload.child.ChildModificationRequest extends ChildDataUpdateRequest implements Serializable
-
Serialized Fields
-
action
ModificationType action
-
systemCode
String systemCode
-
-
-
Class com.inteliqua.rest.customer.payload.child.MultipleChildUpdateRequest extends Object implements Serializable
-
Serialized Fields
-
additions
List<ChildData> additions
-
modifications
List<ChildModificationRequest> modifications
-
-
-
-
Package com.inteliqua.rest.customer.payload.child.response
-
Class com.inteliqua.rest.customer.payload.child.response.ChildDataResponse extends ChildData implements Serializable
-
-
Package com.inteliqua.rest.customer.payload.email
-
Class com.inteliqua.rest.customer.payload.email.EmailData extends Object implements Serializable
-
Serialized Fields
-
attributes
List<EntityAttribute> attributes
A list of general attributes related to this email address. These attributes can be used to store additional information about the email. -
emailAddress
String emailAddress
The customer's email address. This field is required and must be a valid email address. -
isPrimary
Boolean isPrimary
Indicates whether this email address is the customer's primary communication address. If the customer has no other email, this email will be automatically marked as primary.
-
-
-
-
Package com.inteliqua.rest.customer.payload.email.request
-
Class com.inteliqua.rest.customer.payload.email.request.EmailDataUpdateRequest extends Object implements Serializable
-
Serialized Fields
-
attributes
List<EntityAttribute> attributes
Additional attributes associated with the email -
emailAddress
UpdateField<String> emailAddress
The email address to be updated -
isPrimary
UpdateField<Boolean> isPrimary
Flag indicating if the email is the primary one
-
-
-
Class com.inteliqua.rest.customer.payload.email.request.EmailModificationRequest extends EmailDataUpdateRequest implements Serializable
-
Serialized Fields
-
action
ModificationType action
The action to be performed on the email, either UPDATE or DELETE. -
systemCode
String systemCode
The unique code of the email in the system (QCCode).
-
-
-
Class com.inteliqua.rest.customer.payload.email.request.MultipleEmailUpdateRequest extends Object implements Serializable
-
Serialized Fields
-
additions
List<EmailData> additions
List of new email addresses to be added. -
modifications
List<EmailModificationRequest> modifications
List of email modification requests (to update existing emails).
-
-
-
-
Package com.inteliqua.rest.customer.payload.email.response
-
Class com.inteliqua.rest.customer.payload.email.response.EmailDataResponse extends EmailData implements Serializable
-
Serialized Fields
-
lastModificationDate
Date lastModificationDate
The date and time when the email data was last modified. This field is optional and can be null if not available. -
systemCode
String systemCode
The unique code in the QIVOS CLOUD platform for the email. This is a required field and is mapped to the "QCCode" JSON property.
-
-
-
-
Package com.inteliqua.rest.customer.payload.person.request
-
Class com.inteliqua.rest.customer.payload.person.request.PersonMultiDataUpdateRequest extends PersonUpdateRequest implements Serializable
-
Serialized Fields
-
addresses
MultipleAddressUpdateRequest addresses
The addresses that are to be updated. -
children
MultipleChildUpdateRequest children
-
consents
MultipleConsentUpdateRequest consents
The consents that are to be updated. -
emails
MultipleEmailUpdateRequest emails
The emails that are to be updated. -
telephones
MultipleTelephoneUpdateRequest telephones
The telephone numbers that are to be updated.
-
-
-
Class com.inteliqua.rest.customer.payload.person.request.PersonUpdateRequest extends Object implements Serializable
-
Serialized Fields
-
attributes
List<EntityAttribute> attributes
-
dateOfBirth
UpdateField<Date> dateOfBirth
-
firstName
UpdateField<String> firstName
-
gender
UpdateField<String> gender
-
languageCode
UpdateField<String> languageCode
-
lastName
UpdateField<String> lastName
-
maritalStatusCode
UpdateField<String> maritalStatusCode
-
nameDayDay
UpdateField<Short> nameDayDay
-
nameDayMonth
UpdateField<Short> nameDayMonth
-
nationalityCode
UpdateField<String> nationalityCode
-
passwordData
PasswordPayload passwordData
-
preferredStoreCode
UpdateField<String> preferredStoreCode
-
registrationDate
UpdateField<Date> registrationDate
-
registrationSource
UpdateField<String> registrationSource
-
registrationStoreCode
UpdateField<String> registrationStoreCode
-
salutationCode
UpdateField<String> salutationCode
-
-
-
-
Package com.inteliqua.rest.customer.payload.telephone
-
Class com.inteliqua.rest.customer.payload.telephone.TelephoneData extends Object implements Serializable
-
Serialized Fields
-
attributes
List<EntityAttribute> attributes
-
countryCode
String countryCode
-
isPrimary
Boolean isPrimary
-
isVerified
Boolean isVerified
-
telephoneNumber
String telephoneNumber
-
telephoneType
TelephoneTypeEnum telephoneType
-
-
-
-
Package com.inteliqua.rest.customer.payload.telephone.request
-
Class com.inteliqua.rest.customer.payload.telephone.request.MultipleTelephoneUpdateRequest extends Object implements Serializable
-
Serialized Fields
-
additions
List<TelephoneData> additions
-
modifications
List<TelephoneModificationRequest> modifications
-
-
-
Class com.inteliqua.rest.customer.payload.telephone.request.TelephoneModificationRequest extends TelephoneDataUpdateRequest implements Serializable
-
Serialized Fields
-
action
ModificationType action
-
systemCode
String systemCode
-
-
-
-
Package com.inteliqua.rest.customer.payload.telephone.response
-
Class com.inteliqua.rest.customer.payload.telephone.response.TelephoneDataResponse extends TelephoneData implements Serializable
-
-
Package com.inteliqua.rest.flow.payload
-
Class com.inteliqua.rest.flow.payload.FlowDtoRequest extends Object implements Serializable
-
Serialized Fields
-
deleteFlag
boolean deleteFlag
-
flowContext
FlowSubject flowContext
-
flowId
String flowId
-
flowName
String flowName
-
taskFlow
String taskFlow
-
-
-
-
Package com.inteliqua.rest.login.criteria
-
Class com.inteliqua.rest.login.criteria.ActionDateLoginCriteria extends Object implements Serializable
-
Class com.inteliqua.rest.login.criteria.MemberQCCodeLoginCriteria extends Object implements Serializable
-
Serialized Fields
-
code
String code
-
-
-
Class com.inteliqua.rest.login.criteria.ProviderLoginCriteria extends Object implements Serializable
-
Serialized Fields
-
provider
String provider
-
-
-
-
Package com.inteliqua.rest.store.payload
-
Class com.inteliqua.rest.store.payload.MultipleStoreUpdateRequest extends Object implements Serializable
-
Serialized Fields
-
additions
List<StoreCreateRequest> additions
-
modifications
List<StoreModificationRequest> modifications
-
-
-
Class com.inteliqua.rest.store.payload.StoreCreateRequest extends Object implements Serializable
-
Serialized Fields
-
address
AddressData address
-
attributes
List<EntityAttribute> attributes
-
code
String code
-
countryCode
String countryCode
-
shortStoreDescription
String shortStoreDescription
-
storeLiteral
String storeLiteral
-
storeNames
List<StoreName> storeNames
-
-
-
Class com.inteliqua.rest.store.payload.StoreModificationRequest extends StoreUpdateRequest implements Serializable
-
Serialized Fields
-
action
ModificationType action
-
code
String code
-
-
-
Class com.inteliqua.rest.store.payload.StoreName extends Object implements Serializable
-
-
Package com.inteliqua.rest.transaction.controller.search.criteria
-
Class com.inteliqua.rest.transaction.controller.search.criteria.TransactionNumberCriteria extends Object implements Serializable
-
Serialized Fields
-
transactionNumber
String transactionNumber
-
-
-
Class com.inteliqua.rest.transaction.controller.search.criteria.TransactionStoreCriteria extends Object implements Serializable
-
Serialized Fields
-
transactionStoreCode
String transactionStoreCode
-
-
-
-
Package com.inteliqua.rest.transaction.criteria
-
Class com.inteliqua.rest.transaction.criteria.TransactionNumberCriteria extends Object implements Serializable
-
Serialized Fields
-
transactionNumber
String transactionNumber
The transaction number used for searching. This field cannot be null when used in a search operation.
-
-
-
Class com.inteliqua.rest.transaction.criteria.TransactionStoreCriteria extends Object implements Serializable
-
Serialized Fields
-
transactionStoreCode
String transactionStoreCode
The store code used for searching transactions. This field cannot be null when used in a search operation.
-
-
-