' Options: 'Date: 2026-04-04 03:15:29 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://pfapi.pstpf.com.au/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: GetTermsDetails.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Eros.Subtle.Canvara.WebAPIModel.ServiceModel Namespace Global Namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModel ''' '''Retrieve details of the specified terms for the specified licensee and contact. ''' Public Partial Class GetTermsDetails Implements IReturn(Of GetTermsDetailsResponse) ''' '''Accept terms for the specified licensee contact id. ''' Public Overridable Property LicenseeContactId As Guid ''' '''Terms are being accepted by the specified contact id. ''' Public Overridable Property ContactId As Guid ''' '''Contact Type e.g Real Person or Real Organisation. Defaults to real person. ''' Public Overridable Property ContactTypeId As Guid ''' '''Accept terms for the specified appliance id. This is not required for Safety Commitment. ''' Public Overridable Property ApplianceId As Guid End Class Public Partial Class GetTermsDetailsResponse ''' '''Should Commitment to Safety be displayed? ''' Public Overridable Property DisplaySafetyCommitment As Boolean ''' '''Commitment to Safety HTML content. ''' Public Overridable Property SafetyCommitmentContent As String Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace Namespace ServiceStack Public Partial Class ResponseStatus Implements IMeta Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As List(Of ResponseError) Public Overridable Property Meta As Dictionary(Of String, String) Implements IMeta.Meta End Class End Namespace End Namespace