Class SepaGermanBankTransactionCode
Helper class to parse and generate the German SepaBankTransactionCode. ProprietaryCode.
Inheritance
System.Object
SepaGermanBankTransactionCode
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)
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public class SepaGermanBankTransactionCode
Properties
GVCode
Three digit German transaction code.
Declaration
public string GVCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaNotaNo
Declaration
public string PrimaNotaNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SwiftTransactionCode
Four character swift transaction code.
Declaration
public string SwiftTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextKeyExtension
Three digit German text key extension.
Declaration
public string TextKeyExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clear()
Clear the current content.
Declaration
public void Clear()
IsEmpty()
Checks whether this object is completely empty, such that it won't write anything.
Declaration
public bool IsEmpty()
Returns
Type | Description |
---|---|
System.Boolean |
Parse(String)
Parses the proprietary content of a SepaBankTransactionCode. ProprietaryCode from a German CAMT file.
Declaration
public static SepaGermanBankTransactionCode Parse(string sBkTxCd)
Parameters
Type | Name | Description |
---|---|---|
System.String | sBkTxCd | The content from SepaBankTransactionCode.ProprietaryCode to be parsed. |
Returns
Type | Description |
---|---|
SepaGermanBankTransactionCode |
ToString()
Generates the proprietary string for the SepaBankTransactionCode. ProprietaryCode.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()