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
Pseudo Value for an undefined Service Level.
public const string ANY = "ANY"
Field Value
AZV
Pseudo Service Level for German DTAZV payments.
public const string AZV = "AZV"
Field Value
IZV
Pseudo 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
SPS
Pseudo Service Level for Swiss Payment Standards domestic payments.
public const string SPS = "SPS"
Field Value
URGP
Service Level for Urgent Payments based on ISO 20022.
public const string URGP = "URGP"