Class EbicsAddressInfo
Holds an EBICS AddressInfo XML element.
public class EbicsAddressInfo : EbicsElement
- Inheritance
-
EbicsAddressInfo
- Inherited Members
Properties
City
The city of the address.
public string City { get; set; }
Property Value
Country
The country of the address.
public string Country { get; set; }
Property Value
Name
The name of the address.
public string Name { get; set; }
Property Value
PostCode
The post code of the address.
public string PostCode { get; set; }
Property Value
Region
The region of the address.
public string Region { get; set; }
Property Value
Street
The street of the address.
public string Street { get; set; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
xmlDocument
XmlDocumentnVersion
EbicsVersion
Returns
ParseXml(XmlElement, EbicsVersion)
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
xmlElement
XmlElementnVersion
EbicsVersion