Class VopNotApplicableReasonCodeExtensions

Namespace
Subsembly.Sepa.VerificationOfPayee
Assembly
Subsembly.Sepa.dll
public static class VopNotApplicableReasonCodeExtensions
Inheritance
VopNotApplicableReasonCodeExtensions
Inherited Members

Fields

AB11

AB11: Time Out by Debtor Agent

public const string AB11 = "AB11"

Field Value

string

AG03

AG03: Transaction Not Supported

public const string AG03 = "AG03"

Field Value

string

Methods

FromString(string)

public static VopNotApplicableReasonCode FromString(string sCode)

Parameters

sCode string

Returns

VopNotApplicableReasonCode

Exceptions

ArgumentException

GetCaption(VopNotApplicableReasonCode)

Provides a short caption for the VopNotApplicableReasonCode that may be used in a table.

public static string GetCaption(VopNotApplicableReasonCode nCode)

Parameters

nCode VopNotApplicableReasonCode

Returns

string

GetDescription(VopNotApplicableReasonCode)

Provides a long human readable sentence that describes the result for the Not Applicable result.

public static string GetDescription(VopNotApplicableReasonCode nCode)

Parameters

nCode VopNotApplicableReasonCode

Returns

string

ToString(VopNotApplicableReasonCode)

public static string ToString(VopNotApplicableReasonCode nCode)

Parameters

nCode VopNotApplicableReasonCode

Returns

string

Exceptions

ArgumentException