Class DtazvNameAndAddress
Inheritance
DtazvNameAndAddress
Assembly: Subsembly.Sepa.dll
Syntax
public class DtazvNameAndAddress
Properties
City
City name with up to 35 characters.
Declaration
public string City { get; set; }
Property Value
Name
Name with up to 70 characters. Will be serialized onto two lines of 35
characters each.
Declaration
public string Name { get; set; }
Property Value
Street
Street or postbox with up to 35 characters.
Declaration
public string Street { get; set; }
Property Value
Methods
FromSepaAddress(ISepaNameAndAddress)
Declaration
public static DtazvNameAndAddress FromSepaAddress(ISepaNameAndAddress aSepaAddress)
Parameters
Returns
ParseDta(string[])
Declaration
public static DtazvNameAndAddress ParseDta(string[] vs)
Parameters
Type |
Name |
Description |
string[] |
vs |
|
Returns
ToDtaAddress()
Declaration
public string[] ToDtaAddress()
Returns
ToSepaAddress(ISepaNameAndAddress)
Declaration
public void ToSepaAddress(ISepaNameAndAddress aSepaAddress)
Parameters