Enum PartnerType
- Namespace
- RetailForce.Fiscalisation.Model
- Assembly
- RetailForce.Fiscalisation.Model.dll
The type of the partner.
[JsonConverter(typeof(StringEnumConverter))]
[TypeConverter(typeof(EnumMemberEnumConverter))]
public enum PartnerType
Fields
[EnumMember(Value = "[0] = Customer")] Customer = 0Represents a customer (buyer).
[EnumMember(Value = "[1] = Supplier")] Supplier = 1Represents a supplier (seller)