'Declaration <DescriptionAttribute("Creditor address type, which is specified using a code.")> Public Property CreditorAddressType As String
[Description("Creditor address type, which is specified using a code.")] public string CreditorAddressType { get; set; }
[Description("Creditor address type, which is specified using a code.")] public: __property string* get_CreditorAddressType(); public: __property void set_CreditorAddressType(
string* value
);
Property Value
Доступные значения: "S" - структурированный адрес, "K" - комбинированные элементы адреса (2 строки).