 | IElectronicProcessingGetFormSpecificTerms Method |
Returns a list of the terms that can be set on a particular form.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIElectronicProcessingGetFormSpecificTermsResponseType GetFormSpecificTerms(
IElectronicProcessingGetFormSpecificTermsRequestType request
)
Function GetFormSpecificTerms (
request As IElectronicProcessingGetFormSpecificTermsRequestType
) As IElectronicProcessingGetFormSpecificTermsResponseType
function GetFormSpecificTerms(
request : IElectronicProcessingGetFormSpecificTermsRequestType
) : IElectronicProcessingGetFormSpecificTermsResponseType
function GetFormSpecificTerms(request);
Parameters
- request
- Type: IASIElectronicProcessingGetFormSpecificTermsRequestType
Specifies form number.
Return Value
Type:
IElectronicProcessingGetFormSpecificTermsResponseTypeA numeric array of the terms in months that can be set on a particular form.
See Also