TermsAndConditions
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
true |
|
|
true |
IssuerID |
An identifier for the issuer of the terms and conditions. |
string |
true |
|
|
false |
IssuerDescription |
The name or description for the issuer. |
string |
true |
|
|
false |
Description |
A description of the terms and conditions. |
string |
true |
|
|
false |
DateTime |
The date and time that the customer reviewed the terms and conditions. |
string |
true |
|
|
false |
acceptanceInd |
When true, the customer as agreed to the terms and conditions. |
boolean |
false |
|
|
false |
ExtensionPoint |
|
ExtensionPoint |
false |
|
|
true |
{
"@type" : "string",
"issuerID" : "string",
"issuerDescription" : "string",
"description" : "string",
"dateTime" : "string",
"acceptanceInd" : "boolean",
"extensionPoint" : { }
}