The following table describes the collection properties for the Loyalty microservice:
S. No. | Attribute | Default Value | Description |
---|---|---|---|
1 | minimumRewardsValueForRedemption | 1 | Indicates the minimum rewards value where a user can redeem in a single transaciton. |
2 | cycleperiod | 1 | Specifies the cycle period (in days). |
3 | defaultlocale | en_US | Indicates the default locale of the collection. The locale should be mentioned in the Java standard locale format. |
4 | applicablelocales | en_US | Indicates the list of locales applicable to the collection. The locale should be mentioned in the Java standard locale format. |
5 | isRewardApprovalRequired | TRUE | Indicates whether the reward approval is required or not. Enable or disable the status of the property key to mention if the reward approval is required or not.
|
6 | synchronousRedemption | true | Indicates whether to redeem the approved points synchronously (if the value is true) or asynchronously (if the value value is false).
|
7 | customActionTypesConfig | customActionTypesConfig", | Contains the custom actions of the rule settings. This field is used to customize the action configuration of loyalty rules. This field contains a valid JSON string. |
8 | expirationPeriod | 365 | Indicates the loyalty points expiration period (in days). |
9 | roundOffValue | 2 | Indicates the number of decimal places. |
10 | loyaltyProperty | null | Indicates the default properties of Events APIs to define loyalty event modal attributes. This field contains a valid JSON string. |
Revision History
2021-01-21 | SW – Updated the descriptions.
2020-10-08 | HM – Updated content with properties.
2020-05-26 | AN – Updated content for June 2020 release.
2020-01-14 | AN – Updated content for February 2020 release.
2019-10-31 | AN – Page created and content uploaded.