@@ -430,7 +430,7 @@ discard block |
||
430 | 430 | /** |
431 | 431 | * @param string $apiKey |
432 | 432 | * |
433 | - * @return PaymentRequest |
|
433 | + * @return Payment |
|
434 | 434 | */ |
435 | 435 | public function setApiKey(string $apiKey): self |
436 | 436 | { |
@@ -450,7 +450,7 @@ discard block |
||
450 | 450 | /** |
451 | 451 | * @param string $merchant |
452 | 452 | * |
453 | - * @return PaymentRequest |
|
453 | + * @return Payment |
|
454 | 454 | */ |
455 | 455 | public function setMerchant(string $merchant): self |
456 | 456 | { |
@@ -470,7 +470,7 @@ discard block |
||
470 | 470 | /** |
471 | 471 | * @param int $orderId |
472 | 472 | * |
473 | - * @return PaymentRequest |
|
473 | + * @return Payment |
|
474 | 474 | */ |
475 | 475 | public function setOrderId(int $orderId): self |
476 | 476 | { |
@@ -490,7 +490,7 @@ discard block |
||
490 | 490 | /** |
491 | 491 | * @param string $sessionId |
492 | 492 | * |
493 | - * @return PaymentRequest |
|
493 | + * @return Payment |
|
494 | 494 | */ |
495 | 495 | public function setSessionId(string $sessionId): self |
496 | 496 | { |
@@ -510,7 +510,7 @@ discard block |
||
510 | 510 | /** |
511 | 511 | * @param string $currencySymbol |
512 | 512 | * |
513 | - * @return PaymentRequest |
|
513 | + * @return Payment |
|
514 | 514 | */ |
515 | 515 | public function setCurrencySymbol(string $currencySymbol): self |
516 | 516 | { |
@@ -530,7 +530,7 @@ discard block |
||
530 | 530 | /** |
531 | 531 | * @param float $totalAmount |
532 | 532 | * |
533 | - * @return PaymentRequest |
|
533 | + * @return Payment |
|
534 | 534 | */ |
535 | 535 | public function setTotalAmount(float $totalAmount): self |
536 | 536 | { |
@@ -550,7 +550,7 @@ discard block |
||
550 | 550 | /** |
551 | 551 | * @param string $callBackUrl |
552 | 552 | * |
553 | - * @return PaymentRequest |
|
553 | + * @return Payment |
|
554 | 554 | */ |
555 | 555 | public function setCallBackUrl(string $callBackUrl): self |
556 | 556 | { |
@@ -570,7 +570,7 @@ discard block |
||
570 | 570 | /** |
571 | 571 | * @param string $fullCallBackOkUrl |
572 | 572 | * |
573 | - * @return PaymentRequest |
|
573 | + * @return Payment |
|
574 | 574 | */ |
575 | 575 | public function setFullCallBackOkUrl(string $fullCallBackOkUrl): self |
576 | 576 | { |
@@ -590,7 +590,7 @@ discard block |
||
590 | 590 | /** |
591 | 591 | * @param string $callBackOkUrl |
592 | 592 | * |
593 | - * @return PaymentRequest |
|
593 | + * @return Payment |
|
594 | 594 | */ |
595 | 595 | public function setCallBackOkUrl(string $callBackOkUrl): self |
596 | 596 | { |
@@ -610,7 +610,7 @@ discard block |
||
610 | 610 | /** |
611 | 611 | * @param string $callBackServerUrl |
612 | 612 | * |
613 | - * @return PaymentRequest |
|
613 | + * @return Payment |
|
614 | 614 | */ |
615 | 615 | public function setCallBackServerUrl(string $callBackServerUrl): self |
616 | 616 | { |
@@ -630,7 +630,7 @@ discard block |
||
630 | 630 | /** |
631 | 631 | * @param int $languageId |
632 | 632 | * |
633 | - * @return PaymentRequest |
|
633 | + * @return Payment |
|
634 | 634 | */ |
635 | 635 | public function setLanguageId(int $languageId): self |
636 | 636 | { |
@@ -650,7 +650,7 @@ discard block |
||
650 | 650 | /** |
651 | 651 | * @param bool $testMode |
652 | 652 | * |
653 | - * @return PaymentRequest |
|
653 | + * @return Payment |
|
654 | 654 | */ |
655 | 655 | public function setTestMode(bool $testMode): self |
656 | 656 | { |
@@ -670,7 +670,7 @@ discard block |
||
670 | 670 | /** |
671 | 671 | * @param int $paymentGatewayCurrencyCode |
672 | 672 | * |
673 | - * @return PaymentRequest |
|
673 | + * @return Payment |
|
674 | 674 | */ |
675 | 675 | public function setPaymentGatewayCurrencyCode(int $paymentGatewayCurrencyCode): self |
676 | 676 | { |
@@ -690,7 +690,7 @@ discard block |
||
690 | 690 | /** |
691 | 691 | * @param int $cardTypeId |
692 | 692 | * |
693 | - * @return PaymentRequest |
|
693 | + * @return Payment |
|
694 | 694 | */ |
695 | 695 | public function setCardTypeId(int $cardTypeId): self |
696 | 696 | { |
@@ -710,7 +710,7 @@ discard block |
||
710 | 710 | /** |
711 | 711 | * @param string $customerRekvNr |
712 | 712 | * |
713 | - * @return PaymentRequest |
|
713 | + * @return Payment |
|
714 | 714 | */ |
715 | 715 | public function setCustomerRekvNr(string $customerRekvNr): self |
716 | 716 | { |
@@ -730,7 +730,7 @@ discard block |
||
730 | 730 | /** |
731 | 731 | * @param string $customerName |
732 | 732 | * |
733 | - * @return PaymentRequest |
|
733 | + * @return Payment |
|
734 | 734 | */ |
735 | 735 | public function setCustomerName(string $customerName): self |
736 | 736 | { |
@@ -750,7 +750,7 @@ discard block |
||
750 | 750 | /** |
751 | 751 | * @param string $customerCompany |
752 | 752 | * |
753 | - * @return PaymentRequest |
|
753 | + * @return Payment |
|
754 | 754 | */ |
755 | 755 | public function setCustomerCompany(string $customerCompany): self |
756 | 756 | { |
@@ -770,7 +770,7 @@ discard block |
||
770 | 770 | /** |
771 | 771 | * @param string $customerAddress |
772 | 772 | * |
773 | - * @return PaymentRequest |
|
773 | + * @return Payment |
|
774 | 774 | */ |
775 | 775 | public function setCustomerAddress(string $customerAddress): self |
776 | 776 | { |
@@ -790,7 +790,7 @@ discard block |
||
790 | 790 | /** |
791 | 791 | * @param string $customerAddress2 |
792 | 792 | * |
793 | - * @return PaymentRequest |
|
793 | + * @return Payment |
|
794 | 794 | */ |
795 | 795 | public function setCustomerAddress2(string $customerAddress2): self |
796 | 796 | { |
@@ -810,7 +810,7 @@ discard block |
||
810 | 810 | /** |
811 | 811 | * @param string $customerZipCode |
812 | 812 | * |
813 | - * @return PaymentRequest |
|
813 | + * @return Payment |
|
814 | 814 | */ |
815 | 815 | public function setCustomerZipCode(string $customerZipCode): self |
816 | 816 | { |
@@ -830,7 +830,7 @@ discard block |
||
830 | 830 | /** |
831 | 831 | * @param string $customerCity |
832 | 832 | * |
833 | - * @return PaymentRequest |
|
833 | + * @return Payment |
|
834 | 834 | */ |
835 | 835 | public function setCustomerCity(string $customerCity): self |
836 | 836 | { |
@@ -850,7 +850,7 @@ discard block |
||
850 | 850 | /** |
851 | 851 | * @param int $customerCountryId |
852 | 852 | * |
853 | - * @return PaymentRequest |
|
853 | + * @return Payment |
|
854 | 854 | */ |
855 | 855 | public function setCustomerCountryId(int $customerCountryId): self |
856 | 856 | { |
@@ -870,7 +870,7 @@ discard block |
||
870 | 870 | /** |
871 | 871 | * @param string $customerCountry |
872 | 872 | * |
873 | - * @return PaymentRequest |
|
873 | + * @return Payment |
|
874 | 874 | */ |
875 | 875 | public function setCustomerCountry(string $customerCountry): self |
876 | 876 | { |
@@ -890,7 +890,7 @@ discard block |
||
890 | 890 | /** |
891 | 891 | * @param string $customerPhone |
892 | 892 | * |
893 | - * @return PaymentRequest |
|
893 | + * @return Payment |
|
894 | 894 | */ |
895 | 895 | public function setCustomerPhone(string $customerPhone): self |
896 | 896 | { |
@@ -910,7 +910,7 @@ discard block |
||
910 | 910 | /** |
911 | 911 | * @param string $customerFax |
912 | 912 | * |
913 | - * @return PaymentRequest |
|
913 | + * @return Payment |
|
914 | 914 | */ |
915 | 915 | public function setCustomerFax(string $customerFax): self |
916 | 916 | { |
@@ -930,7 +930,7 @@ discard block |
||
930 | 930 | /** |
931 | 931 | * @param string $customerEmail |
932 | 932 | * |
933 | - * @return PaymentRequest |
|
933 | + * @return Payment |
|
934 | 934 | */ |
935 | 935 | public function setCustomerEmail(string $customerEmail): self |
936 | 936 | { |
@@ -950,7 +950,7 @@ discard block |
||
950 | 950 | /** |
951 | 951 | * @param string $customerNote |
952 | 952 | * |
953 | - * @return PaymentRequest |
|
953 | + * @return Payment |
|
954 | 954 | */ |
955 | 955 | public function setCustomerNote(string $customerNote): self |
956 | 956 | { |
@@ -970,7 +970,7 @@ discard block |
||
970 | 970 | /** |
971 | 971 | * @param string $customerCvrnr |
972 | 972 | * |
973 | - * @return PaymentRequest |
|
973 | + * @return Payment |
|
974 | 974 | */ |
975 | 975 | public function setCustomerCvrnr(string $customerCvrnr): self |
976 | 976 | { |
@@ -990,7 +990,7 @@ discard block |
||
990 | 990 | /** |
991 | 991 | * @param int $customerCustTypeId |
992 | 992 | * |
993 | - * @return PaymentRequest |
|
993 | + * @return Payment |
|
994 | 994 | */ |
995 | 995 | public function setCustomerCustTypeId(int $customerCustTypeId): self |
996 | 996 | { |
@@ -1010,7 +1010,7 @@ discard block |
||
1010 | 1010 | /** |
1011 | 1011 | * @param string $customerEan |
1012 | 1012 | * |
1013 | - * @return PaymentRequest |
|
1013 | + * @return Payment |
|
1014 | 1014 | */ |
1015 | 1015 | public function setCustomerEan(string $customerEan): self |
1016 | 1016 | { |
@@ -1030,7 +1030,7 @@ discard block |
||
1030 | 1030 | /** |
1031 | 1031 | * @param string $customerRes1 |
1032 | 1032 | * |
1033 | - * @return PaymentRequest |
|
1033 | + * @return Payment |
|
1034 | 1034 | */ |
1035 | 1035 | public function setCustomerRes1(string $customerRes1): self |
1036 | 1036 | { |
@@ -1050,7 +1050,7 @@ discard block |
||
1050 | 1050 | /** |
1051 | 1051 | * @param string $customerRes2 |
1052 | 1052 | * |
1053 | - * @return PaymentRequest |
|
1053 | + * @return Payment |
|
1054 | 1054 | */ |
1055 | 1055 | public function setCustomerRes2(string $customerRes2): self |
1056 | 1056 | { |
@@ -1070,7 +1070,7 @@ discard block |
||
1070 | 1070 | /** |
1071 | 1071 | * @param string $customerRes3 |
1072 | 1072 | * |
1073 | - * @return PaymentRequest |
|
1073 | + * @return Payment |
|
1074 | 1074 | */ |
1075 | 1075 | public function setCustomerRes3(string $customerRes3): self |
1076 | 1076 | { |
@@ -1090,7 +1090,7 @@ discard block |
||
1090 | 1090 | /** |
1091 | 1091 | * @param string $customerRes4 |
1092 | 1092 | * |
1093 | - * @return PaymentRequest |
|
1093 | + * @return Payment |
|
1094 | 1094 | */ |
1095 | 1095 | public function setCustomerRes4(string $customerRes4): self |
1096 | 1096 | { |
@@ -1110,7 +1110,7 @@ discard block |
||
1110 | 1110 | /** |
1111 | 1111 | * @param string $customerRes5 |
1112 | 1112 | * |
1113 | - * @return PaymentRequest |
|
1113 | + * @return Payment |
|
1114 | 1114 | */ |
1115 | 1115 | public function setCustomerRes5(string $customerRes5): self |
1116 | 1116 | { |
@@ -1130,7 +1130,7 @@ discard block |
||
1130 | 1130 | /** |
1131 | 1131 | * @param string $customerIp |
1132 | 1132 | * |
1133 | - * @return PaymentRequest |
|
1133 | + * @return Payment |
|
1134 | 1134 | */ |
1135 | 1135 | public function setCustomerIp(string $customerIp): self |
1136 | 1136 | { |
@@ -1150,7 +1150,7 @@ discard block |
||
1150 | 1150 | /** |
1151 | 1151 | * @param string $deliveryName |
1152 | 1152 | * |
1153 | - * @return PaymentRequest |
|
1153 | + * @return Payment |
|
1154 | 1154 | */ |
1155 | 1155 | public function setDeliveryName(string $deliveryName): self |
1156 | 1156 | { |
@@ -1170,7 +1170,7 @@ discard block |
||
1170 | 1170 | /** |
1171 | 1171 | * @param string $deliveryCompany |
1172 | 1172 | * |
1173 | - * @return PaymentRequest |
|
1173 | + * @return Payment |
|
1174 | 1174 | */ |
1175 | 1175 | public function setDeliveryCompany(string $deliveryCompany): self |
1176 | 1176 | { |
@@ -1190,7 +1190,7 @@ discard block |
||
1190 | 1190 | /** |
1191 | 1191 | * @param string $deliveryAddress |
1192 | 1192 | * |
1193 | - * @return PaymentRequest |
|
1193 | + * @return Payment |
|
1194 | 1194 | */ |
1195 | 1195 | public function setDeliveryAddress(string $deliveryAddress): self |
1196 | 1196 | { |
@@ -1210,7 +1210,7 @@ discard block |
||
1210 | 1210 | /** |
1211 | 1211 | * @param string $deliveryAddress2 |
1212 | 1212 | * |
1213 | - * @return PaymentRequest |
|
1213 | + * @return Payment |
|
1214 | 1214 | */ |
1215 | 1215 | public function setDeliveryAddress2(string $deliveryAddress2): self |
1216 | 1216 | { |
@@ -1230,7 +1230,7 @@ discard block |
||
1230 | 1230 | /** |
1231 | 1231 | * @param string $deliveryZipCode |
1232 | 1232 | * |
1233 | - * @return PaymentRequest |
|
1233 | + * @return Payment |
|
1234 | 1234 | */ |
1235 | 1235 | public function setDeliveryZipCode(string $deliveryZipCode): self |
1236 | 1236 | { |
@@ -1250,7 +1250,7 @@ discard block |
||
1250 | 1250 | /** |
1251 | 1251 | * @param string $deliveryCity |
1252 | 1252 | * |
1253 | - * @return PaymentRequest |
|
1253 | + * @return Payment |
|
1254 | 1254 | */ |
1255 | 1255 | public function setDeliveryCity(string $deliveryCity): self |
1256 | 1256 | { |
@@ -1270,7 +1270,7 @@ discard block |
||
1270 | 1270 | /** |
1271 | 1271 | * @param int $deliveryCountryID |
1272 | 1272 | * |
1273 | - * @return PaymentRequest |
|
1273 | + * @return Payment |
|
1274 | 1274 | */ |
1275 | 1275 | public function setDeliveryCountryID(int $deliveryCountryID): self |
1276 | 1276 | { |
@@ -1290,7 +1290,7 @@ discard block |
||
1290 | 1290 | /** |
1291 | 1291 | * @param string $deliveryCountry |
1292 | 1292 | * |
1293 | - * @return PaymentRequest |
|
1293 | + * @return Payment |
|
1294 | 1294 | */ |
1295 | 1295 | public function setDeliveryCountry(string $deliveryCountry): self |
1296 | 1296 | { |
@@ -1310,7 +1310,7 @@ discard block |
||
1310 | 1310 | /** |
1311 | 1311 | * @param string $deliveryPhone |
1312 | 1312 | * |
1313 | - * @return PaymentRequest |
|
1313 | + * @return Payment |
|
1314 | 1314 | */ |
1315 | 1315 | public function setDeliveryPhone(string $deliveryPhone): self |
1316 | 1316 | { |
@@ -1330,7 +1330,7 @@ discard block |
||
1330 | 1330 | /** |
1331 | 1331 | * @param string $deliveryFax |
1332 | 1332 | * |
1333 | - * @return PaymentRequest |
|
1333 | + * @return Payment |
|
1334 | 1334 | */ |
1335 | 1335 | public function setDeliveryFax(string $deliveryFax): self |
1336 | 1336 | { |
@@ -1350,7 +1350,7 @@ discard block |
||
1350 | 1350 | /** |
1351 | 1351 | * @param string $deliveryEmail |
1352 | 1352 | * |
1353 | - * @return PaymentRequest |
|
1353 | + * @return Payment |
|
1354 | 1354 | */ |
1355 | 1355 | public function setDeliveryEmail(string $deliveryEmail): self |
1356 | 1356 | { |
@@ -1370,7 +1370,7 @@ discard block |
||
1370 | 1370 | /** |
1371 | 1371 | * @param string $deliveryEan |
1372 | 1372 | * |
1373 | - * @return PaymentRequest |
|
1373 | + * @return Payment |
|
1374 | 1374 | */ |
1375 | 1375 | public function setDeliveryEan(string $deliveryEan): self |
1376 | 1376 | { |
@@ -1390,7 +1390,7 @@ discard block |
||
1390 | 1390 | /** |
1391 | 1391 | * @param string $shippingMethod |
1392 | 1392 | * |
1393 | - * @return PaymentRequest |
|
1393 | + * @return Payment |
|
1394 | 1394 | */ |
1395 | 1395 | public function setShippingMethod(string $shippingMethod): self |
1396 | 1396 | { |
@@ -1409,7 +1409,7 @@ discard block |
||
1409 | 1409 | |
1410 | 1410 | /** |
1411 | 1411 | * @param int $shippingMethodId |
1412 | - * @return PaymentRequest |
|
1412 | + * @return Payment |
|
1413 | 1413 | */ |
1414 | 1414 | public function setShippingMethodId(int $shippingMethodId) : self |
1415 | 1415 | { |
@@ -1428,7 +1428,7 @@ discard block |
||
1428 | 1428 | /** |
1429 | 1429 | * @param float $shippingFee |
1430 | 1430 | * |
1431 | - * @return PaymentRequest |
|
1431 | + * @return Payment |
|
1432 | 1432 | */ |
1433 | 1433 | public function setShippingFee(float $shippingFee): self |
1434 | 1434 | { |
@@ -1448,7 +1448,7 @@ discard block |
||
1448 | 1448 | /** |
1449 | 1449 | * @param string $paymentMethod |
1450 | 1450 | * |
1451 | - * @return PaymentRequest |
|
1451 | + * @return Payment |
|
1452 | 1452 | */ |
1453 | 1453 | public function setPaymentMethod(string $paymentMethod): self |
1454 | 1454 | { |
@@ -1467,7 +1467,7 @@ discard block |
||
1467 | 1467 | |
1468 | 1468 | /** |
1469 | 1469 | * @param int $paymentMethodId |
1470 | - * @return PaymentRequest |
|
1470 | + * @return Payment |
|
1471 | 1471 | */ |
1472 | 1472 | public function setPaymentMethodId(int $paymentMethodId) : self |
1473 | 1473 | { |
@@ -1486,7 +1486,7 @@ discard block |
||
1486 | 1486 | /** |
1487 | 1487 | * @param float $paymentFee |
1488 | 1488 | * |
1489 | - * @return PaymentRequest |
|
1489 | + * @return Payment |
|
1490 | 1490 | */ |
1491 | 1491 | public function setPaymentFee(float $paymentFee): self |
1492 | 1492 | { |
@@ -1506,7 +1506,7 @@ discard block |
||
1506 | 1506 | /** |
1507 | 1507 | * @param string $loadBalancerRealIp |
1508 | 1508 | * |
1509 | - * @return PaymentRequest |
|
1509 | + * @return Payment |
|
1510 | 1510 | */ |
1511 | 1511 | public function setLoadBalancerRealIp(string $loadBalancerRealIp): self |
1512 | 1512 | { |
@@ -1526,7 +1526,7 @@ discard block |
||
1526 | 1526 | /** |
1527 | 1527 | * @param string $referrer |
1528 | 1528 | * |
1529 | - * @return PaymentRequest |
|
1529 | + * @return Payment |
|
1530 | 1530 | */ |
1531 | 1531 | public function setReferrer(string $referrer): self |
1532 | 1532 | { |
@@ -1546,7 +1546,7 @@ discard block |
||
1546 | 1546 | /** |
1547 | 1547 | * @param PaymentLine[]|iterable $paymentLines |
1548 | 1548 | * |
1549 | - * @return PaymentRequest |
|
1549 | + * @return Payment |
|
1550 | 1550 | */ |
1551 | 1551 | public function setPaymentLines(iterable $paymentLines): self |
1552 | 1552 | { |
@@ -1558,7 +1558,7 @@ discard block |
||
1558 | 1558 | /** |
1559 | 1559 | * @param PaymentLine $paymentLine |
1560 | 1560 | * |
1561 | - * @return PaymentRequest |
|
1561 | + * @return Payment |
|
1562 | 1562 | */ |
1563 | 1563 | public function addPaymentLine(PaymentLine $paymentLine): self |
1564 | 1564 | { |