VatInfo(Int32, Decimal) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the VatInfo structure from parameters specifying the VAT identifier and VAT amount.
public VatInfo (int id, decimal amount);
new Microsoft.PointOfService.VatInfo : int * decimal -> Microsoft.PointOfService.VatInfo
Public Sub New (id As Integer, amount As Decimal)
Parameters
- id
- Int32
The VAT identifier.
- amount
- Decimal
The VAT amount.