feature/OVPAY-2186 #31

Merged
bboterm merged 10 commits from feature/OVPAY-2186 into develop 2025-10-15 10:42:41 +00:00
Showing only changes of commit 966602d8b0 - Show all commits

View File

@ -1111,12 +1111,6 @@ components:
contractStatus: contractStatus:
type: object type: object
$ref: "#/components/schemas/ContractStatus" $ref: "#/components/schemas/ContractStatus"
productId:
type: integer
example: 1
productName:
type: string
example: HTM Maand 20% korting
termDuration: termDuration:
type: string type: string
format: ISO8601 format: ISO8601
@ -1184,18 +1178,22 @@ components:
type: string type: string
format: url format: url
example: https://www.htm.nl/reisproducten/productvoorwaarden/htm-maandkorting/ example: https://www.htm.nl/reisproducten/productvoorwaarden/htm-maandkorting/
termAmountExclTax: productId:
type: integer type: integer
example: 1200 example: 1
productName:
type: string
example: HTM Maand 20% korting
taxCode: taxCode:
type: string type: string
example: V21 example: V9
taxAmount: taxPercentage:
type: integer type: number
example: 108 format: float
example: 9.0
termAmountInclTax: termAmountInclTax:
type: integer type: integer
example: 1308 example: 400
start: start:
type: string type: string
format: date-time format: date-time