Returns the current Balance for a user/customer Calls: xct_spACGetARBalance


Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
<WebMethodAttribute(Description := "Returns the current Balance for a user/customer", MessageName := "getARBalance"), _
 SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)>

Public Function getARBalance() As DataSet
C#
[WebMethodAttribute(Description = "Returns the current Balance for a user/customer", MessageName = "getARBalance")]
[SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)]
public DataSet getARBalance()
C++
[WebMethodAttribute(Description = L"Returns the current Balance for a user/customer", MessageName = L"getARBalance")]
[SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)]
public:
 DataSet getARBalance() sealed 
J#
/** @attribute WebMethodAttribute(Description = "Returns the current Balance for a user/customer", MessageName = "getARBalance") */
/** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */
public DataSet getARBalance()
JScript
public 

   WebMethodAttribute(Description = "Returns the current Balance for a user/customer", MessageName = "getARBalance")
   SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)
function getARBalance() : DataSet

See Also