Skip to content

AssociationTypes

// RB2 Core Connect
namespace CoreConnect.Pim;
public record PimAssociationType
{
public string? Code { get; set; }
public Dictionary<string, string>? Labels { get; set; }
public bool? IsQuantified { get; set; }
}