Share via


VatInfo Struct

Definition

Defines the programmatic structure used to build a list of adjustments for value added tax (VAT) information.

public struct VatInfo
type VatInfo = struct
Public Structure VatInfo
Inheritance
VatInfo

Constructors

VatInfo(Int32, Decimal)

Creates an instance of the VatInfo structure from parameters specifying the VAT identifier and VAT amount.

Properties

Amount
Id

Methods

Equals(Object)

Determines whether the specified object is equal to the current VatInfo.

Equals(VatInfo, VatInfo)

Determines whether the specified VatInfo instances are equal.

Equals(VatInfo)

Determines whether the specified VatInfo is equal to the current VatInfo.

GetHashCode()

Returns the hash code of the current VatInfo.

Operators

Equality(VatInfo, Object)

Compares the specified VatInfo and object to determine whether they are the same.

Inequality(VatInfo, Object)

Compares the specified VatInfo and object to determine whether they are different.

Applies to