ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TWebe.CombineInvoice Property
C#
public int CombineInvoice;

Flag that indicates, when this enrolment is processed, whether to always create a new invoice for this web enrolment, or combine the invoice for this web enrolment with any existing invoice for the invoicee and occurrence.

  • CombineInvoice = 0 => Always create a separate invoice (this is the normal case)
  • CombineInvoice = 1 => Combine with an existing invoice for the invoicee and occurrence if possible. If there is no existing invoice, a new one will be created.

Copyright (c) VETtrak 2022. All rights reserved.