The name of the order item.
The 4 decimal precision quantity of order items being purchased.
The type of the order item. PAYMENT_FEE
is the amount you are charged with when you are paying with invoice. The amount can be defined in the amount
field.
The price per unit of order item (including VAT, if any) entered in the lowest monetary unit of the selected currency. E.g.: 10000
= 100.00
SEK, 5000
= 50.00
SEK
The payment’s VAT (Value Added Tax) amount
, entered in the lowest monetary unit of the selected currency. E.g.: 10000
= 100.00
SEK, 5000
= 50.00
SEK.
The vatAmount
entered will not affect the amount
shown on the payment page, which only shows the total amount
.
This field is used to specify how much of the total amount
the VAT will be. Set to 0 (zero) if there is no VAT amount
charged.
The percent value of the VAT multiplied by 100, so 25%
becomes 2500
.
The classification of the order item. Can be used for assigning the order item to a specific product category, such as MobilePhone
. Note that class
cannot contain spaces and must follow the regex pattern [\w-]*
. Swedbank Pay may use this field for statistics.
The name of the order item.
The 4 decimal precision quantity of order items being purchased.
The type of the order item. PAYMENT_FEE
is the amount you are charged with when you are paying with invoice. The amount can be defined in the amount
field.
The price per unit of order item (including VAT, if any) entered in the lowest monetary unit of the selected currency. E.g.: 10000
= 100.00
SEK, 5000
= 50.00
SEK
The percent value of the VAT multiplied by 100, so 25%
becomes 2500
.
Generated using TypeDoc
The classification of the order item. Can be used for assigning the order item to a specific product category, such as
MobilePhone
. Note thatclass
cannot contain spaces and must follow the regex pattern[\w-]*
. Swedbank Pay may use this field for statistics.