Skip to main content

Fields

account : Account

The account this agreement belongs to.

agreedFrom : DateTime

The datetime the agreement was entered.

agreedTo : DateTime

The datetime the agreement was terminated.

details : AgreementDetails

Spanish specific details of the agreement.

id : Int

The ID of the agreement.

isRevoked : Boolean

Whether the agreement is revoked.

product : Product

The agreement's product.

ratesAgreedAt : DateTime

The datetime the rates were agreed.

rescissionDeadlineAt : DateTime

The deadline datetime for rescinding the agreement.

validFrom : DateTime

The start datetime of the agreement.

validTo : DateTime

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

{ "account": Account, "agreedFrom": "2011-02-01T04:36:49.984187+00:00", "agreedTo": "1997-08-18T14:32:12.738562+00:00", "details": AgreementDetails, "id": 23914968, "isRevoked": true, "product": Product, "ratesAgreedAt": "1980-09-05T04:37:59.276345+00:00", "rescissionDeadlineAt": "2005-04-05T04:33:42.699606+00:00", "validFrom": "1993-05-02T17:21:44.694504+00:00", "validTo": "2017-02-21T10:04:50.883721+00:00" }