Compare commits
No commits in common. "013553fba22a4029c68f0f7c3360b8708eb2ada0" and "9cde41bfc3499a88c24f342362bef7c05e6701cc" have entirely different histories.
013553fba2
...
9cde41bfc3
@ -59,12 +59,6 @@ paths:
|
|||||||
"isTravelProduct": true,
|
"isTravelProduct": true,
|
||||||
"name": "Kortingsabonnement"
|
"name": "Kortingsabonnement"
|
||||||
},
|
},
|
||||||
"tokenTypes": [
|
|
||||||
{
|
|
||||||
"tokenTypeId": 1,
|
|
||||||
"name": "EMV"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"sellableTouchPointIds": null,
|
"sellableTouchPointIds": null,
|
||||||
"amountInclTax": null,
|
"amountInclTax": null,
|
||||||
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
||||||
@ -89,7 +83,6 @@ paths:
|
|||||||
"isTravelProduct": false,
|
"isTravelProduct": false,
|
||||||
"name": "Barcode"
|
"name": "Barcode"
|
||||||
},
|
},
|
||||||
"tokenTypes": null,
|
|
||||||
"sellableTouchPointIds": [
|
"sellableTouchPointIds": [
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
@ -119,7 +112,6 @@ paths:
|
|||||||
"isTravelProduct": false,
|
"isTravelProduct": false,
|
||||||
"name": "Barcode"
|
"name": "Barcode"
|
||||||
},
|
},
|
||||||
"tokenTypes": null,
|
|
||||||
"sellableTouchPointIds": [
|
"sellableTouchPointIds": [
|
||||||
3,
|
3,
|
||||||
4
|
4
|
||||||
@ -147,12 +139,6 @@ paths:
|
|||||||
"isTravelProduct": true,
|
"isTravelProduct": true,
|
||||||
"name": "Kortingsabonnement"
|
"name": "Kortingsabonnement"
|
||||||
},
|
},
|
||||||
"tokenTypes": [
|
|
||||||
{
|
|
||||||
"tokenTypeId": 1,
|
|
||||||
"name": "EMV"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"sellableTouchPointIds": null,
|
"sellableTouchPointIds": null,
|
||||||
"amountInclTax": null,
|
"amountInclTax": null,
|
||||||
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
"imageReference": "https://www.htm.nl/media/leif2leu/htm-logo-mobile.svg",
|
||||||
@ -168,7 +154,6 @@ paths:
|
|||||||
"isTravelProduct": false,
|
"isTravelProduct": false,
|
||||||
"name": "Barcode"
|
"name": "Barcode"
|
||||||
},
|
},
|
||||||
"tokenTypes": null,
|
|
||||||
"sellableTouchPointIds": [
|
"sellableTouchPointIds": [
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
@ -189,12 +174,6 @@ paths:
|
|||||||
"isTravelProduct": true,
|
"isTravelProduct": true,
|
||||||
"name": "Kortingsabonnement"
|
"name": "Kortingsabonnement"
|
||||||
},
|
},
|
||||||
"tokenTypes": [
|
|
||||||
{
|
|
||||||
"tokenTypeId": 1,
|
|
||||||
"name": "EMV"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"sellableTouchPointIds": [
|
"sellableTouchPointIds": [
|
||||||
1,
|
1,
|
||||||
2
|
2
|
||||||
@ -213,12 +192,6 @@ paths:
|
|||||||
"isTravelProduct": true,
|
"isTravelProduct": true,
|
||||||
"name": "Kortingsabonnement"
|
"name": "Kortingsabonnement"
|
||||||
},
|
},
|
||||||
"tokenTypes": [
|
|
||||||
{
|
|
||||||
"tokenTypeId": 1,
|
|
||||||
"name": "EMV"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"sellableTouchPointIds": [
|
"sellableTouchPointIds": [
|
||||||
3,
|
3,
|
||||||
4
|
4
|
||||||
@ -246,7 +219,6 @@ paths:
|
|||||||
"isTravelProduct": false,
|
"isTravelProduct": false,
|
||||||
"name": "Barcode"
|
"name": "Barcode"
|
||||||
},
|
},
|
||||||
"tokenTypes": null,
|
|
||||||
"sellableTouchPointIds": [
|
"sellableTouchPointIds": [
|
||||||
3,
|
3,
|
||||||
4
|
4
|
||||||
@ -265,12 +237,6 @@ paths:
|
|||||||
"isTravelProduct": true,
|
"isTravelProduct": true,
|
||||||
"name": "Kortingsabonnement"
|
"name": "Kortingsabonnement"
|
||||||
},
|
},
|
||||||
"tokenTypes": [
|
|
||||||
{
|
|
||||||
"tokenTypeId": 1,
|
|
||||||
"name": "EMV"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"sellableTouchPointIds": [
|
"sellableTouchPointIds": [
|
||||||
3,
|
3,
|
||||||
4
|
4
|
||||||
@ -2108,20 +2074,6 @@ components:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
example: Kortingsabonnement
|
example: Kortingsabonnement
|
||||||
tokenTypes:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- tokenTypeId
|
|
||||||
- name
|
|
||||||
properties:
|
|
||||||
tokenTypeId:
|
|
||||||
type: integer
|
|
||||||
example: 1
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
example: EMV
|
|
||||||
sellableTouchPointIds:
|
sellableTouchPointIds:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user