Class VopNumberOfTransactionsPerStatus
Extensions for SepaNumberOfTransactionsPerStatus in order to support the German Verification of Payee implementation.
Inherited Members
Namespace: Subsembly.Sepa.VerificationOfPayee
Assembly: Subsembly.Sepa.dll
Syntax
public static class VopNumberOfTransactionsPerStatus
Methods
GetVopStatusCode(SepaNumberOfTransactionsPerStatus)
The DetailedStatus converted to a VoP status code.
Declaration
public static VopStatusCode GetVopStatusCode(this SepaNumberOfTransactionsPerStatus aNbOfTxsPerSts)
Parameters
Type | Name | Description |
---|---|---|
SepaNumberOfTransactionsPerStatus | aNbOfTxsPerSts |
Returns
Type | Description |
---|---|
VopStatusCode |
Remarks
If the TransactionStatus does not contain a valid VoP status code, then this method returns zero.
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The parameter |
SetVopStatusCode(SepaNumberOfTransactionsPerStatus, VopStatusCode)
Declaration
public static void SetVopStatusCode(this SepaNumberOfTransactionsPerStatus aNbOfTxsPerSts, VopStatusCode nStatusCode)
Parameters
Type | Name | Description |
---|---|---|
SepaNumberOfTransactionsPerStatus | aNbOfTxsPerSts | |
VopStatusCode | nStatusCode |