ASP.NET VETtrak API web services
ContentsIndexHome
PreviousUpNext
TPric.cs
 
Name 
Description 
 
Price Class.
This class holds the pricing information which applies to an occurrence. The properties of the class hold information like Pricing Item Name, Pricing Item Code, Amount & GST.
An Example: The Full Fee paying rate for an Occurrence is $44 (incl GST of $4).
Then:
  • Enpr_Amount = 44,
  • Enpr_GST = 4,
  • Pric_Code = 'FF',
  • Pric_Name = 'Full Fee'.
 
Copyright (c) VETtrak 2022. All rights reserved.