AgreementInterface
Implemented by
Fields
The datetime the agreement was entered.
The datetime the agreement was terminated.
The ID of the agreement.
Whether the agreement is revoked.
The datetime the rates were agreed.
The deadline datetime for rescinding the agreement.
The start datetime of the agreement.
The end datetime of the agreement.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"agreedFrom": "2021-04-30T17:27:10.720443+00:00",
"agreedTo": "2017-07-27T17:46:39.975726+00:00",
"id": 37572905,
"isRevoked": true,
"ratesAgreedAt": "1980-01-30T20:15:37.570190+00:00",
"rescissionDeadlineAt": "1994-06-25T03:06:20.678784+00:00",
"validFrom": "1978-12-08T04:23:38.581305+00:00",
"validTo": "2010-06-12T22:42:34.701908+00:00"
}