Class DtazvNameAndAddress
public class DtazvNameAndAddress
- Inheritance
-
DtazvNameAndAddress
- Inherited Members
Properties
City
City name with up to 35 characters.
public string City { get; set; }
Property Value
Name
Name with up to 70 characters. Will be serialized onto two lines of 35 characters each.
public string Name { get; set; }
Property Value
Street
Street or postbox with up to 35 characters.
public string Street { get; set; }
Property Value
Methods
FromSepaAddress(ISepaNameAndAddress)
public static DtazvNameAndAddress FromSepaAddress(ISepaNameAndAddress aSepaAddress)
Parameters
aSepaAddress
ISepaNameAndAddress
Returns
ParseDta(string[])
public static DtazvNameAndAddress ParseDta(string[] vs)
Parameters
vs
string[]
Returns
ToDtaAddress()
public string[] ToDtaAddress()
Returns
- string[]
ToSepaAddress(ISepaNameAndAddress)
public void ToSepaAddress(ISepaNameAndAddress aSepaAddress)
Parameters
aSepaAddress
ISepaNameAndAddress