OVPAY-1518 - TaxPercentageAmount is a number.
This commit is contained in:
parent
d39a4ba51d
commit
2b754dfb75
@ -1885,7 +1885,7 @@ paths:
|
|||||||
- in: query
|
- in: query
|
||||||
name: taxPercentageAmount
|
name: taxPercentageAmount
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: number
|
||||||
example: 21
|
example: 21
|
||||||
description: The tax percentage amount.
|
description: The tax percentage amount.
|
||||||
- in: query
|
- in: query
|
||||||
@ -3838,7 +3838,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
example: V21
|
example: V21
|
||||||
taxPercentageAmount:
|
taxPercentageAmount:
|
||||||
type: integer
|
type: number
|
||||||
example: 21
|
example: 21
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user