Class SepaServiceLevel
Constants for the official SEPA Service Level codes, as well as the SUPA specific Service Level Codes. Official codes always have four letters, SUPA proprietary values always have tree letters.
public static class SepaServiceLevel
- Inheritance
-
SepaServiceLevel
- Inherited Members
Fields
ANY
Value for an undefined Service Level.
public const string ANY = "ANY"
Field Value
AZV
Service Level for German DTAZV payments.
public const string AZV = "AZV"
Field Value
IZV
Service Level for German DTAUS payments.
public const string IZV = "IZV"
Field Value
NURG
Service Level for International Non-Urgent Payments based on ISO 20022.
public const string NURG = "NURG"
Field Value
SDVA
Reserved for Same Day Value
public const string SDVA = "SDVA"
Field Value
SEPA
Service Level for all EPC SEPA payments, including credit transfer, direct debit, and instant payments.
public const string SEPA = "SEPA"
Field Value
URGP
Service Level for Urgent Payments based on ISO 20022.
public const string URGP = "URGP"