Enum VopPaymentStatusReport.RepairPainOptions
- Namespace
- Subsembly.Sepa.VerificationOfPayee
- Assembly
- Subsembly.Sepa.dll
Options how to repair the SepaCreditTransferPaymentInitiation instance passed to GetVopResult(SepaPaymentStatusReport, SepaCreditTransferPaymentInitiation, RepairPainOptions).
public enum VopPaymentStatusReport.RepairPainOptionsFields
- AutoCorrect = 2
- 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 = 1
- Only payments where the VoP result was Match are kept. All other payments are removed from the Pain instance. 
- None = 0
- The passed Pain instance is not modified at all.