Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

ClientContract.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

ClientContract

Properties

Name Type Description Notes
agreement_date \DateTime The date on which the contract was signed. [optional]
autopay_status string The status of the client’s autopay. [optional]
contract_name string The name of the contract. [optional]
end_date \DateTime The date that the contract expires. [optional]
id int The unique ID of the contract. [optional]
origination_location_id int The ID of the location where the contract was issued. [optional]
start_date \DateTime The date that the contract became active. [optional]
site_id int The ID of the site where the contract was issued. [optional]
upcoming_autopay_events \Swagger\Client\Model\UpcomingAutopayEvent[] Contains details of the autopay events. [optional]

[Back to Model list] [Back to API list] [Back to README]