Skip to content

Commit 2e4ca9f

Browse files
authored
VCST-2883: add SelectedAddressId property to Contact (#267)
1 parent b14ac92 commit 2e4ca9f

File tree

12 files changed

+2820
-3
lines changed

12 files changed

+2820
-3
lines changed

src/VirtoCommerce.CustomerModule.Core/Model/Contact.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public Contact()
2727
public IList<string> AssociatedOrganizations { get; set; }
2828
public string DefaultOrganizationId { get; set; }
2929
public string CurrentOrganizationId { get; set; }
30+
public string SelectedAddressId { get; set; }
3031

3132
public string TaxPayerId { get; set; }
3233
public string PreferredDelivery { get; set; }

0 commit comments

Comments
 (0)