OVPAY-2186 - Updated schema.
This commit is contained in:
parent
1c8183632a
commit
966602d8b0
@ -1111,12 +1111,6 @@ components:
|
||||
contractStatus:
|
||||
type: object
|
||||
$ref: "#/components/schemas/ContractStatus"
|
||||
productId:
|
||||
type: integer
|
||||
example: 1
|
||||
productName:
|
||||
type: string
|
||||
example: HTM Maand 20% korting
|
||||
termDuration:
|
||||
type: string
|
||||
format: ISO8601
|
||||
@ -1184,18 +1178,22 @@ components:
|
||||
type: string
|
||||
format: url
|
||||
example: https://www.htm.nl/reisproducten/productvoorwaarden/htm-maandkorting/
|
||||
termAmountExclTax:
|
||||
productId:
|
||||
type: integer
|
||||
example: 1200
|
||||
example: 1
|
||||
productName:
|
||||
type: string
|
||||
example: HTM Maand 20% korting
|
||||
taxCode:
|
||||
type: string
|
||||
example: V21
|
||||
taxAmount:
|
||||
type: integer
|
||||
example: 108
|
||||
example: V9
|
||||
taxPercentage:
|
||||
type: number
|
||||
format: float
|
||||
example: 9.0
|
||||
termAmountInclTax:
|
||||
type: integer
|
||||
example: 1308
|
||||
example: 400
|
||||
start:
|
||||
type: string
|
||||
format: date-time
|
||||
|
||||
Loading…
Reference in New Issue
Block a user