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.RepairPainOptions
Fields
AutoCorrect = 2Payments 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 = 1Only payments where the VoP result was Match are kept. All other payments are removed from the Pain instance.
None = 0The passed Pain instance is not modified at all.