https://ns.adobe.com/xdm/mixins/experienceevent-warranty-claim-details
Claim details such as claim policy ID and claim creation steps.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/experience-event/industry-verticals/experienceevent-warranty-claim-process.schema.json |
{
"xdm:warrantyClaim": {
"xdm:length": 12,
"xdm:type": "automobile"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:warrantyClaim | object |
Optional | Warranty Claim Process (this schema) |
* |
any | Additional | this schema allows additional properties |
Captures fields related to a claim when initated by a customer.
xdm:warrantyClaim
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:claim |
Optional | |
xdm:length |
integer | Optional |
xdm:type |
string | Optional |
Extension of claim data type.
xdm:claim
- is optional
- type: reference
Records the length of the warranty, in months.
xdm:length
- is optional
- type:
integer
integer
Type of warranty claim submitted.
xdm:type
- is optional
- type:
enum
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
product |
Product |
recall |
Recall |
service |
Service |
home |
Home |
automobile |
Automobile |