Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Saves a check payment on account", MessageName := "saveARCheck"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function saveARCheck( _ ByVal inCheck As payments.checkInfo _ ) As DataSet |
| C# |
|---|
| [WebMethodAttribute(Description = "Saves a check payment on account", MessageName = "saveARCheck")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public DataSet saveARCheck( payments.checkInfo inCheck ) |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Saves a check payment on account", MessageName = L"saveARCheck")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: DataSet saveARCheck( payments.checkInfo inCheck ) sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Saves a check payment on account", MessageName = "saveARCheck") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public DataSet saveARCheck( payments.checkInfo inCheck ) |
| JScript |
|---|
| public WebMethodAttribute(Description = "Saves a check payment on account", MessageName = "saveARCheck") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function saveARCheck( inCheck : payments.checkInfo ) : DataSet |