Interface ISepaNameAndAddress
public interface ISepaNameAndAddress
Properties
Name
string Name { get; set; }
Property Value
PostalAddress
SepaPostalAddress PostalAddress { get; }
public interface ISepaNameAndAddress
string Name { get; set; }
SepaPostalAddress PostalAddress { get; }