Loyalty API
EnumUpdateOutcome
Indicates a result of updating a specific field or piece of data on a loyalty object.
This is not an exhaustive list. New values can be introduced without notice, and undocumented values may be returned. You MUST ignore any values you do not know how to handle. (Generally, ok property of the result should help you interpret the unknown values.)
| Kind | Enum type |
|---|---|
| Used in | UpdateCustomerDetails1 |
Values
-
unchangedThe data remains unmodified
-
creditedThe data has been provided for the first time, and loyalty points have been granted accordingly.
-
providedThe data has been provided for the first time, and there's no associated loyalty points bonus.
-
updatedThe data has been updated.
-
invalidThe provided value is invalid.
-
failedFailed to validate or update the value, so the provided value has not been set.