Class SepaServiceLevel

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

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

string

AZV

Service Level for German DTAZV payments.

public const string AZV = "AZV"

Field Value

string

IZV

Service Level for German DTAUS payments.

public const string IZV = "IZV"

Field Value

string

NURG

Service Level for International Non-Urgent Payments based on ISO 20022.

public const string NURG = "NURG"

Field Value

string

SDVA

Reserved for Same Day Value

public const string SDVA = "SDVA"

Field Value

string

SEPA

Service Level for all EPC SEPA payments, including credit transfer, direct debit, and instant payments.

public const string SEPA = "SEPA"

Field Value

string

URGP

Service Level for Urgent Payments based on ISO 20022.

public const string URGP = "URGP"

Field Value

string