Foundation
Foundation copied to clipboard
Make ShipmentViewModel.ShippingAddressType an enum
I have trouble understanding the meaning of values for ShipmentViewModel.ShippingAddressType, the code works only with 0 and 1, but I don't have any notion what these values represent. Can this be replaced with a meaningful enum? A quick explanation is also fine for me.