'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
Available values: "S" - structured address, "K" - combined address elements (2 lines).