' Options: 'Date: 2025-05-05 01:18:22 'Version: 8.71 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://team.evovoice.io ' '''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: NewBillable.* '''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 Voice.Api.Billing Namespace Global Namespace Voice.Api.Billing ''' '''Report/create a new billable ''' Public Partial Class NewBillable Implements IReturnVoid Implements IPost ''' '''The account to associate the billable with ''' Public Overridable Property AccountId As String ''' '''The customer to associate the billable with ''' Public Overridable Property CustomerId As String ''' '''The session ID to associate the billable with. You must specify either this or (AccountId + CustomerID) ''' Public Overridable Property SessionId As String ''' '''The call SID to report ''' Public Overridable Property CallSid As String End Class End Namespace End Namespace