Skip to content

Latest commit

 

History

History
107 lines (63 loc) · 2.62 KB

experienceevent-autopay-enrollment-details.schema.md

File metadata and controls

107 lines (63 loc) · 2.62 KB

Autopay Enrollment Details Schema

https://ns.adobe.com/xdm/mixins/experienceevent-autopay-enrollment-details

Autopay enrollment details such as autopay status, start, save, and failure.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Deprecated No Forbidden Permitted fieldgroups/deprecated/experienceevent-autopay-enrollment-details.schema.json

Autopay Enrollment Details Example

{
  "xdm:autopayEnrollment": {
    "xdm:autoPayEnrollment": {
      "xdm:tool-usage": {
        "xdm:toolUsageCancelled": 1,
        "xdm:toolUsageComplete": 1,
        "xdm:toolUsageFailure": 1,
        "xdm:toolUsageID": "T421",
        "xdm:toolUsageName": "autopay enrollment",
        "xdm:toolUsageSaved": 1,
        "xdm:toolUsageStart": 1,
        "xdm:toolUsageStep": 1,
        "xdm:toolUsageStepName": "select account",
        "xdm:toolUsageSubmitted": 1,
        "xdm:toolUsageType": "self service"
      }
    },
    "xdm:autoPayEnrollmentStatus": true
  }
}

Autopay Enrollment Details Properties

Property Type Required Defined by
xdm:autopayEnrollment object Optional Autopay Enrollment Details (this schema)
* any Additional this schema allows additional properties

xdm:autopayEnrollment

xdm:autopayEnrollment

  • is optional
  • type: object
  • defined in this schema

xdm:autopayEnrollment Type

object with following properties:

Property Type Required
xdm:autoPayEnrollment Optional
xdm:autoPayEnrollmentStatus boolean Optional

xdm:autoPayEnrollment

Autopay Enrollment

Extension of toolUsage data type.

xdm:autoPayEnrollment

  • is optional
  • type: reference
xdm:autoPayEnrollment Type
  • https://ns.adobe.com/xdm/datatypes/tool-usage

xdm:autoPayEnrollmentStatus

Autopay Status

Tracks the visitor's autopay enrollment status.

xdm:autoPayEnrollmentStatus

  • is optional
  • type: boolean
xdm:autoPayEnrollmentStatus Type

boolean