nps_sdk 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nps/wsdl/production.wsdl +44 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd2c50b39a9ee4ffe1d8d743ffaaf29351f8c661
4
- data.tar.gz: 4e94f9750837f7ecbfa7ea3a353ab06f730332c3
3
+ metadata.gz: bf903f566173e68bdbebdf79e252938f4adebf84
4
+ data.tar.gz: c44af7b345a6e59202580ab664e99ba44dd01753
5
5
  SHA512:
6
- metadata.gz: 564735de2af5a970eb336d1cb43a22c70f7aae8a5776630272c33511159fac335f86b047f1376eec78904ec773217bdf1ccbd7dced245fb4ff188b6273cbe9f0
7
- data.tar.gz: 1aaba60deaa757a765ad6a6fcbce871b7d070d00c0e861df947807665a281bd8557368d12c5b4e9f3c27ae13b0448be950693e02969729cbf38001001b58674a
6
+ metadata.gz: bad17b8b17aefc7cb0ce99ee3cf6497fa60a3abd3b3229b99d4dda57526da00fe60a30928aa8f13de2275cebfb68360427e3e4139b14aa62ffc1fa6d4a86cbdd
7
+ data.tar.gz: 968710e38efc363c0a4c69892c493b1dcf421dfe7651cb904d98cde0bc594dbfbbf3e25ebdfe71f5239bb3cb05122c9ae28db706d8d86920d51d703aabf2c69d
@@ -162,7 +162,7 @@
162
162
  <xsd:element name="FirstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
163
163
  <xsd:element name="LastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
164
164
  <xsd:element name="MiddleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
165
- <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
165
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
166
166
  <xsd:element name="DateOfBirth" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
167
167
  <xsd:element name="Nationality" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
168
168
  <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -179,7 +179,7 @@
179
179
  </xsd:restriction>
180
180
  </xsd:complexContent>
181
181
  </xsd:complexType>
182
- <xsd:complexType name="cc">
182
+ <xsd:complexType name="AirlineTicketIssueStruct">
183
183
  <xsd:all>
184
184
  <xsd:element name="CarrierPrefixCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
185
185
  <xsd:element name="TravelAgentCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -192,10 +192,10 @@
192
192
  </xsd:complexType>
193
193
  <xsd:complexType name="AirlineTicketStruct">
194
194
  <xsd:all>
195
- <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
195
+ <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
196
196
  <xsd:element name="Eticket" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
197
197
  <xsd:element name="Restricted" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
198
- <xsd:element name="Issue" type="tns:cc" nillable="false" minOccurs="0" maxOccurs="1"/>
198
+ <xsd:element name="Issue" type="tns:AirlineTicketIssueStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
199
199
  <xsd:element name="TotalFareAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
200
200
  <xsd:element name="TotalTaxAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
201
201
  <xsd:element name="TotalFeeAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -243,6 +243,8 @@
243
243
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
244
244
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
245
245
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
246
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
247
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
246
248
  <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
247
249
  <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
248
250
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -347,6 +349,8 @@
347
349
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
348
350
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
349
351
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
352
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
353
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
350
354
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
351
355
  <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
352
356
  <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
@@ -383,6 +387,8 @@
383
387
  <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
384
388
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
385
389
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
390
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
391
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
386
392
  <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
387
393
  <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
388
394
  <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -443,6 +449,8 @@
443
449
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
444
450
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
445
451
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
452
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
453
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
446
454
  <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false"/>
447
455
  <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false"/>
448
456
  <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false"/>
@@ -552,6 +560,8 @@
552
560
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
553
561
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
554
562
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
563
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
564
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
555
565
  <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
556
566
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
557
567
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -624,6 +634,8 @@
624
634
  <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false"/>
625
635
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
626
636
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
637
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
638
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
627
639
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
628
640
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false"/>
629
641
  <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false"/>
@@ -665,6 +677,8 @@
665
677
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
666
678
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
667
679
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
680
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
681
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
668
682
  <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
669
683
  <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
670
684
  <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -752,8 +766,9 @@
752
766
  <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
753
767
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
754
768
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
755
- <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
756
769
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
770
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
771
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
757
772
  <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
758
773
  <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
759
774
  <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -800,6 +815,8 @@
800
815
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
801
816
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
802
817
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
818
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
819
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
803
820
  <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false"/>
804
821
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
805
822
  </xsd:all>
@@ -811,6 +828,7 @@
811
828
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
812
829
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
813
830
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
831
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
814
832
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
815
833
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
816
834
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -849,6 +867,7 @@
849
867
  <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
850
868
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
851
869
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
870
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
852
871
  <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
853
872
  <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
854
873
  <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -880,6 +899,7 @@
880
899
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
881
900
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
882
901
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
902
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
883
903
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
884
904
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
885
905
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
@@ -915,6 +935,8 @@
915
935
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
916
936
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
917
937
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
938
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
939
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
918
940
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false"/>
919
941
  </xsd:all>
920
942
  </xsd:complexType>
@@ -944,6 +966,7 @@
944
966
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
945
967
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
946
968
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
969
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
947
970
  <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
948
971
  <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
949
972
  <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -990,6 +1013,8 @@
990
1013
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
991
1014
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
992
1015
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
1016
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
1017
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
993
1018
  <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false"/>
994
1019
  </xsd:all>
995
1020
  </xsd:complexType>
@@ -1000,6 +1025,7 @@
1000
1025
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1001
1026
  <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1002
1027
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1028
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1003
1029
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1004
1030
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1005
1031
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -1037,6 +1063,7 @@
1037
1063
  <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1038
1064
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1039
1065
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1066
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1040
1067
  <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1041
1068
  <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1042
1069
  <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -1068,6 +1095,7 @@
1068
1095
  <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false"/>
1069
1096
  <xsd:element name="psp_Product" type="xsd:string" nillable="false"/>
1070
1097
  <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
1098
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
1071
1099
  <xsd:element name="psp_Amount" type="xsd:string" nillable="false"/>
1072
1100
  <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false"/>
1073
1101
  <xsd:element name="psp_Plan" type="xsd:string" nillable="false"/>
@@ -1102,6 +1130,8 @@
1102
1130
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false"/>
1103
1131
  <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false"/>
1104
1132
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false"/>
1133
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false"/>
1134
+ <xsd:element name="psp_PresetCardIIN" type="xsd:string" nillable="false"/>
1105
1135
  <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false"/>
1106
1136
  <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions" nillable="false"/>
1107
1137
  </xsd:all>
@@ -1387,7 +1417,6 @@
1387
1417
  <xsd:all>
1388
1418
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1389
1419
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1390
- <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1391
1420
  <xsd:element name="psp_CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="1" maxOccurs="1"/>
1392
1421
  <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1393
1422
  <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -1396,13 +1425,14 @@
1396
1425
  </xsd:complexType>
1397
1426
  <xsd:complexType name="CardOutputDetailsStruct">
1398
1427
  <xsd:all>
1399
- <xsd:element name="Number" type="xsd:string" nillable="true"/>
1428
+ <xsd:element name="Number" type="xsd:string" nillable="false"/>
1400
1429
  <xsd:element name="ExpirationDate" type="xsd:string" nillable="false"/>
1401
1430
  <xsd:element name="ExpirationYear" type="xsd:string" nillable="false"/>
1402
1431
  <xsd:element name="ExpirationMonth" type="xsd:string" nillable="false"/>
1403
- <xsd:element name="HolderName" type="xsd:string" nillable="true"/>
1432
+ <xsd:element name="HolderName" type="xsd:string" nillable="false"/>
1404
1433
  <xsd:element name="IIN" type="xsd:string" nillable="false"/>
1405
1434
  <xsd:element name="Last4" type="xsd:string" nillable="false"/>
1435
+ <xsd:element name="NumberLength" type="xsd:string" nillable="false"/>
1406
1436
  <xsd:element name="MaskedNumber" type="xsd:string" nillable="false"/>
1407
1437
  <xsd:element name="MaskedNumberAlternative" type="xsd:string" nillable="false"/>
1408
1438
  </xsd:all>
@@ -1480,7 +1510,7 @@
1480
1510
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1481
1511
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1482
1512
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1483
- <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1513
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1484
1514
  </xsd:all>
1485
1515
  </xsd:complexType>
1486
1516
  <xsd:complexType name="RespuestaStruct_CreateClientSession">
@@ -1497,7 +1527,7 @@
1497
1527
  <xsd:complexType name="PaymentMethodInputDetailsStruct">
1498
1528
  <xsd:all>
1499
1529
  <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1500
- <xsd:element name="Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1530
+ <xsd:element name="PaymentMethodTag" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1501
1531
  <xsd:element name="CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1502
1532
  <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1503
1533
  <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -1517,6 +1547,7 @@
1517
1547
  <xsd:complexType name="PaymentMethodOutputDetailsStruct">
1518
1548
  <xsd:all>
1519
1549
  <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false"/>
1550
+ <xsd:element name="PaymentMethodTag" type="xsd:string" nillable="false"/>
1520
1551
  <xsd:element name="Product" type="xsd:string" nillable="false"/>
1521
1552
  <xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1522
1553
  <xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
@@ -1542,6 +1573,7 @@
1542
1573
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1543
1574
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1544
1575
  <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1576
+ <xsd:element name="psp_PaymentMethodTag" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1545
1577
  <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1546
1578
  <xsd:element name="psp_SetAsCustomerDefault" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1547
1579
  <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
@@ -1590,6 +1622,7 @@
1590
1622
  <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1591
1623
  <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1592
1624
  <xsd:element name="psp_PaymentMethodId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
1625
+ <xsd:element name="psp_PaymentMethodTag" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
1593
1626
  <xsd:element name="psp_CardInputDetails" type="tns:CardInputUpdateDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1594
1627
  <xsd:element name="psp_Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
1595
1628
  <xsd:element name="psp_Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1"/>
@@ -1646,6 +1679,7 @@
1646
1679
  <xsd:complexType name="PaymentMethodsOutputDetailsStruct">
1647
1680
  <xsd:all>
1648
1681
  <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false"/>
1682
+ <xsd:element name="PaymentMethodTag" type="xsd:string" nillable="false"/>
1649
1683
  <xsd:element name="Product" type="xsd:string" nillable="false"/>
1650
1684
  <xsd:element name="CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false"/>
1651
1685
  <xsd:element name="FingerPrint" type="xsd:string" nillable="false"/>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nps_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - soporte@nps.com.ar