Policy Object


Properties
idstringRead-onlyformat GUID

Policy ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the policy is updated.

To prevent conflicting changes, the current revision must be used when updating a policy.


createdDatestringRead-onlyformat date-time

Date and time the policy was created in yyyy-mm-ddThh:mm:sssZ format.


updatedDatestringRead-onlyformat date-time

Date and time the policy was updated in yyyy-mm-ddThh:mm:sssZ format.


namestringminLength 1maxLength 40

Policy name that is visible in the dashboard and checkout form.

Min: 1 character
Max: 40 characters


bodystringminLength 1maxLength 50000

Policy body. Usually contains various terms and conditions.

Min: 1 character Max: 50,000 characters

Note: You can format text using various HTML tags such as <p>, <b>, <ul>, etc.


eventIdstringformat GUIDimmutable

ID of the event to which the policy belongs.

Did this help?