Responder Developer Guide
InitiateBillingDeterminants Method (MDM_ServerSoapClient)


Syntax
'Declaration
 
Public Function InitiateBillingDeterminants( _
   ByRef MultiSpeakMsgHeader As MultiSpeakMsgHeader, _
   ByVal serviceIDs() As serviceID, _
   ByVal billingCycle As String, _
   ByVal billingStartDate As Date, _
   ByVal billingEndDate As Date, _
   ByVal isOffCycle As Boolean, _
   ByVal kWhLookBack As Integer, _
   ByVal kWLookBack As Integer, _
   ByVal kWLookForward As Integer, _
   ByVal formattedBlockTemplateName As String, _
   ByVal fieldname() As String, _
   ByVal responseURL As String, _
   ByVal transactionID As String, _
   ByVal expTime As expirationTime _
) As errorObject()
'Usage
 
Dim instance As MDM_ServerSoapClient
Dim MultiSpeakMsgHeader As MultiSpeakMsgHeader
Dim serviceIDs() As serviceID
Dim billingCycle As String
Dim billingStartDate As Date
Dim billingEndDate As Date
Dim isOffCycle As Boolean
Dim kWhLookBack As Integer
Dim kWLookBack As Integer
Dim kWLookForward As Integer
Dim formattedBlockTemplateName As String
Dim fieldname() As String
Dim responseURL As String
Dim transactionID As String
Dim expTime As expirationTime
Dim value() As errorObject
 
value = instance.InitiateBillingDeterminants(MultiSpeakMsgHeader, serviceIDs, billingCycle, billingStartDate, billingEndDate, isOffCycle, kWhLookBack, kWLookBack, kWLookForward, formattedBlockTemplateName, fieldname, responseURL, transactionID, expTime)

Parameters

MultiSpeakMsgHeader
serviceIDs
billingCycle
billingStartDate
billingEndDate
isOffCycle
kWhLookBack
kWLookBack
kWLookForward
formattedBlockTemplateName
fieldname
responseURL
transactionID
expTime
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MDM_ServerSoapClient Class
MDM_ServerSoapClient Members

 

 


Send Comment