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
AG03
AG03: Transaction Not Supported
public const string AG03 = "AG03"
Field Value
Methods
FromString(string)
public static VopNotApplicableReasonCode FromString(string sCode)
Parameters
sCodestring
Returns
Exceptions
GetCaption(VopNotApplicableReasonCode)
Provides a short caption for the VopNotApplicableReasonCode that may be used in a table.
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.
public static string GetDescription(VopNotApplicableReasonCode nCode)
Parameters
Returns
ToString(VopNotApplicableReasonCode)
public static string ToString(VopNotApplicableReasonCode nCode)