Click or drag to resize
Infosoft Logo

PerformAgreementPaymentRequestTaxPercent Property

Gets or sets an optional tax value, as a percentage of the price, in multiples of 100 for each percentage point, e.g. 25% = 2500.

Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int TaxPercent { get; set; }

Property Value

Int32
Remarks

This will usually represent a VAT (value added tax), and most providers will call it that when showing the value on the payment page displayed for the end user.

Note: The price always represents the full amount. The tax is intended purely for display purposes, and has no effect on the calculated price paid by the customer. For example, if the price of the product is 100 NOK, of which 25% is a tax, the price argument should be 10000, and this tax argument should be 2500.

See Also