Class VopOriginalPaymentInformation
Extensions for SepaOriginalPaymentInformation in order to support the German Verification of Payee implementation.
Inherited Members
Namespace: Subsembly.Sepa.VerificationOfPayee
Assembly: Subsembly.Sepa.dll
Syntax
public static class VopOriginalPaymentInformation
Methods
SetVopNumberOfTransactionsPerStatus(SepaOriginalPaymentInformation, VopStatusCode, int)
Declaration
public static void SetVopNumberOfTransactionsPerStatus(this SepaOriginalPaymentInformation aOrgnlPmtInf, VopStatusCode nVopStatusCode, int nNumberOfTransactions)
Parameters
Type | Name | Description |
---|---|---|
SepaOriginalPaymentInformation | aOrgnlPmtInf | |
VopStatusCode | nVopStatusCode | |
int | nNumberOfTransactions |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The parameter |
ArgumentException | The parameter |
SetVopPaymentInformationStatus(SepaOriginalPaymentInformation, VopGroupStatusCode)
Declaration
public static void SetVopPaymentInformationStatus(this SepaOriginalPaymentInformation aOrgnlPmtInf, VopGroupStatusCode nStatusCode)
Parameters
Type | Name | Description |
---|---|---|
SepaOriginalPaymentInformation | aOrgnlPmtInf | |
VopGroupStatusCode | nStatusCode |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
VopMerge(SepaOriginalPaymentInformation, SepaOriginalPaymentInformation)
Merges the SepaOriginalTransactionInformations from a partial
Verification of Payee result, with the
SepaOriginalTransactionInformations in
aToPmtInf
.
Declaration
public static void VopMerge(this SepaOriginalPaymentInformation aToPmtInf, SepaOriginalPaymentInformation aFromPmtInf)
Parameters
Type | Name | Description |
---|---|---|
SepaOriginalPaymentInformation | aToPmtInf | |
SepaOriginalPaymentInformation | aFromPmtInf |