quantity

The quantity element is an optional child of the lineItemData element, which specifies the number of items purchased. Although an optional element, it is required by Visa and Mastercard when specifying line item data. The value must be greater than zero, but no more than 12 digits not including the decimal point.

If you accidentally omit the quantity element, our system will submit the transaction using a default value of 1.

Type = Decimal; minInclusive = 0; totalDigits = 12

Parent Elements:

lineItemData

Attributes:

None

Child Elements:

None