 | FinancialServiceGetDirectDebitDisplayConfiguration Method |
Gets the direct debit display configuration from bank detail validation.
Namespace:
AMCS.Elemos.IntegrationService.Services.Financial
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DirectDebitDisplayConfigurationEntity GetDirectDebitDisplayConfiguration(
string authenticationKey,
int departmentId
)
Public Function GetDirectDebitDisplayConfiguration (
authenticationKey As String,
departmentId As Integer
) As DirectDebitDisplayConfigurationEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - departmentId
- Type: SystemInt32
The department identifier, get bank detail from here.
Return Value
Type:
DirectDebitDisplayConfigurationEntity
Exceptions
See Also