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