Convenient model to encapsulate query parameters to get a list of agreements.
Name | Type | Description | Notes |
---|---|---|---|
contractId | String | [optional] | |
limit | String | Maximum number of records to return. This is supposed to be an integer but query parameters are string. Maximum is 50. | [optional] |
offset | String | Offset/index of record for the next page of records to return. This is supposed to be an integer but query parameters are string. | [optional] |