Class VopNotApplicableReasonCodeExtensions
Inheritance
VopNotApplicableReasonCodeExtensions
Assembly: Subsembly.Sepa.dll
Syntax
public static class VopNotApplicableReasonCodeExtensions
Fields
AB11
AB11: Time Out by Debtor Agent
Declaration
public const string AB11 = "AB11"
Field Value
AG03
AG03: Transaction Not Supported
Declaration
public const string AG03 = "AG03"
Field Value
Methods
FromString(string)
Declaration
public static VopNotApplicableReasonCode FromString(string sCode)
Parameters
Type |
Name |
Description |
string |
sCode |
|
Returns
Exceptions
GetCaption(VopNotApplicableReasonCode)
Declaration
public static string GetCaption(VopNotApplicableReasonCode nCode)
Parameters
Returns
GetDescription(VopNotApplicableReasonCode)
Provides a long human readable sentence that describes the result for the Not
Applicable result.
Declaration
public static string GetDescription(VopNotApplicableReasonCode nCode)
Parameters
Returns
ToString(VopNotApplicableReasonCode)
Declaration
public static string ToString(VopNotApplicableReasonCode nCode)
Parameters
Returns
Exceptions