ContractRules
Representation a the rule of a contract
type ContractRules {
required: Boolean
loggedIn: String
displayType: String
location: [ContractsLocation]
consentAction: [ContractConsentAction]
}
Fields
required ● Boolean
Is the rule required
loggedIn ● String
If the user needs to be logged in order to accept the rule
displayType ● String
The display type of the rule
location ● [ContractsLocation]
Where on a site should a contract be presented
consentAction ● [ContractConsentAction]
How was the rule accepted
Example
{}