共用方式為


VatInfo(Int32, Decimal) Constructor

Definition

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.

Applies to