OVPAY-2186 - Updated schema.
This commit is contained in:
parent
1c8183632a
commit
966602d8b0
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user