 | 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)
Syntaxpublic StatementDocumentEntity GetLatestStatement(
string authKey,
int customerId,
int statementId
)
Public Function GetLatestStatement (
authKey As String,
customerId As Integer,
statementId As Integer
) As StatementDocumentEntity
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