Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.16 KB

Liability.md

File metadata and controls

12 lines (8 loc) · 1.16 KB

Liability

Properties

Name Type Description Notes
agreement_date \DateTime The date and time at which the client agreed to the liability waiver for the business. [optional]
is_released bool The client’s liability release status.<br /> When `true`, indicates that the client has agreed to the liability release for the business.<br /> When `false`, indicates that the client has not agreed to the liability release for the business. [optional]
released_by int An ID indicating who released liability for the client. If the client agreed to the liability waiver by signing into an account online, this value is `null`. If a staff member marked the waiver as signed on behalf of the client, it is the staff member’s ID. `0` indicates that the business owner marked the liability waiver as signed on behalf of the client. [optional]

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