Click or drag to resize

StatementsServiceGetLatestStatement Method

Gets the latest statement.

Namespace:  AMCS.Elemos.IntegrationService.Services.Statement
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public StatementDocumentEntity GetLatestStatement(
	string authKey,
	int customerId,
	int statementId
)

Parameters

authKey
Type: SystemString
The authentication key.
customerId
Type: SystemInt32
The customer identifier.
statementId
Type: SystemInt32
The statement identifier.

Return Value

Type: StatementDocumentEntity
See Also