Enum VopPaymentStatusReport.RepairPainOptions
Options how to repair the SepaCreditTransferPaymentInitiation instance passed to GetVopResult(SepaPaymentStatusReport, SepaCreditTransferPaymentInitiation, RepairPainOptions).
Namespace: Subsembly.Sepa.VerificationOfPayee
Assembly: Subsembly.Sepa.dll
Syntax
public enum VopPaymentStatusReport.RepairPainOptions
Fields
Name | Description |
---|---|
AutoCorrect | Payments where the VoP result was Match or CloseMatch are kept in the Pain. The Creditor.Name is updated with the corrected name from the VoP result. All other payments are removed from the Pain instance. |
MatchesOnly | Only payments where the VoP result was Match are kept. All other payments are removed from the Pain instance. |
None | The passed Pain instance is not modified at all. |