Skip to main content

AcceptedContract

Representation of a accetped contract

type AcceptedContract {
acceptedAt: DateTime
contract: Contract
}

Fields

acceptedAt ● DateTime

When was the contract accepted

contract ● Contract

What contract was accepted

Example

{
"acceptedAt": "2024-05-03T11:52:33Z",
"contract": {
"id": 1,
"consentText": "<h2>Terms of Purchase</h2><ul><li><strong>Pricing & Payment:</strong> All prices include applicable taxes. Payment is required at checkout.</li><li><strong>Shipping:</strong> Estimated delivery times are....",
"revision": 4,
"name": "Terms of Purchase",
"content": 4,
"rules": {}
}
}