Click or drag to resize

InvoiceConfigBillProduct Property

User interface setting: how products are displayed on the invoice.

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public string BillProduct { get; set; }

Property Value

String
Remarks
Accepted values:
  • OneByOne: Invoice rows represent products one to one.
  • Group: Invoice rows are created by grouping different products together.
  • Group+Attachment: Invoice rows are created by grouping different products together. Invoice attachment contains individual products.
See Also