|
42 | 42 | "$ref" : "#/definitions/SepaDirectDebitPaymentMethodSpecificInput" |
43 | 43 | } |
44 | 44 | }, |
45 | | - "required" : [ "order" ], |
46 | 45 | "additionalProperties" : false, |
47 | 46 | "definitions" : { |
48 | 47 | "AdditionalOrderInput" : { |
|
219 | 218 | "type" : "string" |
220 | 219 | } |
221 | 220 | }, |
222 | | - "required" : [ "code", "name" ], |
223 | 221 | "additionalProperties" : false |
224 | 222 | }, |
225 | 223 | "AirlineFlightLeg" : { |
|
289 | 287 | "maximum" : 10000 |
290 | 288 | } |
291 | 289 | }, |
292 | | - "required" : [ "airlineClass", "arrivalAirport", "carrierCode", "date", "number", "originAirport" ], |
293 | 290 | "additionalProperties" : false |
294 | 291 | }, |
295 | 292 | "AirlinePassenger" : { |
|
321 | 318 | "type" : "string" |
322 | 319 | } |
323 | 320 | }, |
324 | | - "required" : [ "amount", "type" ], |
325 | 321 | "additionalProperties" : false |
326 | 322 | }, |
327 | 323 | "AmountOfMoney" : { |
|
335 | 331 | "type" : "string" |
336 | 332 | } |
337 | 333 | }, |
338 | | - "required" : [ "amount", "currencyCode" ], |
339 | 334 | "additionalProperties" : false |
340 | 335 | }, |
341 | 336 | "BankAccountBban" : { |
|
437 | 432 | "type" : "string" |
438 | 433 | } |
439 | 434 | }, |
440 | | - "required" : [ "cvv" ], |
441 | 435 | "additionalProperties" : false |
442 | 436 | }, |
443 | 437 | "CardPaymentMethodSpecificInput" : { |
|
618 | 612 | "type" : "string" |
619 | 613 | } |
620 | 614 | }, |
621 | | - "required" : [ "customerReference", "recurrenceType", "signatureType" ], |
622 | 615 | "additionalProperties" : false |
623 | 616 | }, |
624 | 617 | "Customer" : { |
|
794 | 787 | "type" : "string" |
795 | 788 | } |
796 | 789 | }, |
797 | | - "required" : [ "expiryDate" ], |
798 | 790 | "additionalProperties" : false |
799 | 791 | }, |
800 | 792 | "DeviceRenderOptions" : { |
|
826 | 818 | "type" : "boolean" |
827 | 819 | } |
828 | 820 | }, |
829 | | - "required" : [ "acceptedTermsAndConditions" ], |
830 | 821 | "additionalProperties" : false |
831 | 822 | }, |
832 | 823 | "EInvoicePaymentProduct9000SpecificInput" : { |
|
839 | 830 | "type" : "string" |
840 | 831 | } |
841 | 832 | }, |
842 | | - "required" : [ "installmentId" ], |
843 | 833 | "additionalProperties" : false |
844 | 834 | }, |
845 | 835 | "ExternalCardholderAuthenticationData" : { |
|
1221 | 1211 | "type" : "boolean" |
1222 | 1212 | } |
1223 | 1213 | }, |
1224 | | - "required" : [ "directDebitText" ], |
1225 | 1214 | "additionalProperties" : false |
1226 | 1215 | }, |
1227 | 1216 | "NonSepaDirectDebitPaymentProduct705SpecificInput" : { |
|
1237 | 1226 | "type" : "string" |
1238 | 1227 | } |
1239 | 1228 | }, |
1240 | | - "required" : [ "bankAccountBban", "transactionType" ], |
1241 | 1229 | "additionalProperties" : false |
1242 | 1230 | }, |
1243 | 1231 | "NonSepaDirectDebitPaymentProduct730SpecificInput" : { |
|
1282 | 1270 | "$ref" : "#/definitions/ShoppingCart" |
1283 | 1271 | } |
1284 | 1272 | }, |
1285 | | - "required" : [ "amountOfMoney" ], |
1286 | 1273 | "additionalProperties" : false |
1287 | 1274 | }, |
1288 | 1275 | "OrderInvoiceData" : { |
|
1452 | 1439 | "paymentProduct840SpecificInput" : { |
1453 | 1440 | "$ref" : "#/definitions/RedirectPaymentProduct840SpecificInput" |
1454 | 1441 | }, |
| 1442 | + "paymentProduct861SpecificInput" : { |
| 1443 | + "$ref" : "#/definitions/RedirectPaymentProduct861SpecificInput" |
| 1444 | + }, |
1455 | 1445 | "paymentProduct863SpecificInput" : { |
1456 | 1446 | "$ref" : "#/definitions/RedirectPaymentProduct863SpecificInput" |
1457 | 1447 | }, |
|
1519 | 1509 | }, |
1520 | 1510 | "additionalProperties" : false |
1521 | 1511 | }, |
| 1512 | + "RedirectPaymentProduct861SpecificInput" : { |
| 1513 | + "type" : "object", |
| 1514 | + "properties" : { |
| 1515 | + "mobileDevice" : { |
| 1516 | + "type" : "boolean" |
| 1517 | + } |
| 1518 | + }, |
| 1519 | + "additionalProperties" : false |
| 1520 | + }, |
1522 | 1521 | "RedirectPaymentProduct863SpecificInput" : { |
1523 | 1522 | "type" : "object", |
1524 | 1523 | "properties" : { |
1525 | 1524 | "integrationType" : { |
1526 | 1525 | "type" : "string" |
| 1526 | + }, |
| 1527 | + "openId" : { |
| 1528 | + "type" : "string" |
1527 | 1529 | } |
1528 | 1530 | }, |
1529 | | - "required" : [ "integrationType" ], |
1530 | 1531 | "additionalProperties" : false |
1531 | 1532 | }, |
1532 | 1533 | "RedirectPaymentProduct882SpecificInput" : { |
|
1611 | 1612 | "type" : "string" |
1612 | 1613 | } |
1613 | 1614 | }, |
1614 | | - "required" : [ "id", "name", "type" ], |
1615 | 1615 | "additionalProperties" : false |
1616 | 1616 | }, |
1617 | 1617 | "SepaDirectDebitPaymentMethodSpecificInput" : { |
|
1643 | 1643 | "type" : "boolean" |
1644 | 1644 | } |
1645 | 1645 | }, |
1646 | | - "required" : [ "directDebitText" ], |
1647 | 1646 | "additionalProperties" : false |
1648 | 1647 | }, |
1649 | 1648 | "SepaDirectDebitPaymentProduct771SpecificInput" : { |
|
0 commit comments