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.
Inheritance
System.Object
SepaServiceLevel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public static class SepaServiceLevel
Fields
ANY
Value for an undefined Service Level.
Declaration
public const string ANY = "ANY"
Field Value
Type | Description |
---|---|
System.String |
AZV
Service Level for German DTAZV payments.
Declaration
public const string AZV = "AZV"
Field Value
Type | Description |
---|---|
System.String |
IZV
Service Level for German DTAUS payments.
Declaration
public const string IZV = "IZV"
Field Value
Type | Description |
---|---|
System.String |
NURG
Service Level for International Non-Urgent Payments based on ISO 20022.
Declaration
public const string NURG = "NURG"
Field Value
Type | Description |
---|---|
System.String |
SDVA
Reserved for Same Day Value
Declaration
public const string SDVA = "SDVA"
Field Value
Type | Description |
---|---|
System.String |
SEPA
Service Level for all EPC SEPA payments, including credit transfer, direct debit, and instant payments.
Declaration
public const string SEPA = "SEPA"
Field Value
Type | Description |
---|---|
System.String |
URGP
Service Level for Urgent Payments based on ISO 20022.
Declaration
public const string URGP = "URGP"
Field Value
Type | Description |
---|---|
System.String |