nps_sdk 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2163 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="https://sandbox.nps.com.ar/ws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="https://sandbox.nps.com.ar/ws">
3
+ <types>
4
+ <xsd:schema targetNamespace="https://sandbox.nps.com.ar/ws">
5
+ <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
6
+ <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
7
+ <xsd:complexType name="TaxesRequestStruct">
8
+ <xsd:all>
9
+ <xsd:element name="TypeId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
10
+ <xsd:element name="Amount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
11
+ <xsd:element name="Rate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
12
+ <xsd:element name="BaseAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
13
+ </xsd:all>
14
+ </xsd:complexType>
15
+ <xsd:complexType name="ArrayOf_TaxesRequestStruct">
16
+ <xsd:complexContent>
17
+ <xsd:restriction base="SOAP-ENC:Array">
18
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:TaxesRequestStruct[]" />
19
+ </xsd:restriction>
20
+ </xsd:complexContent>
21
+ </xsd:complexType>
22
+ <xsd:complexType name="AmountAdditionalDetailsRequestStruct">
23
+ <xsd:all>
24
+ <xsd:element name="Tip" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
25
+ <xsd:element name="Discount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
26
+ <xsd:element name="Taxes" type="tns:ArrayOf_TaxesRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
27
+ </xsd:all>
28
+ </xsd:complexType>
29
+ <xsd:complexType name="AddressStruct">
30
+ <xsd:all>
31
+ <xsd:element name="Street" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
32
+ <xsd:element name="HouseNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
33
+ <xsd:element name="AdditionalInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
34
+ <xsd:element name="City" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
35
+ <xsd:element name="StateProvince" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
36
+ <xsd:element name="Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
37
+ <xsd:element name="ZipCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
38
+ </xsd:all>
39
+ </xsd:complexType>
40
+ <xsd:complexType name="SellerDetailsStruct">
41
+ <xsd:all>
42
+ <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
43
+ <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
44
+ <xsd:element name="Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
45
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
46
+ <xsd:element name="PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
47
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1" />
48
+ <xsd:element name="MCC" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
49
+ <xsd:element name="ChannelCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
50
+ <xsd:element name="GeoCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
51
+ </xsd:all>
52
+ </xsd:complexType>
53
+ <xsd:complexType name="MerchantAdditionalDetailsStruct">
54
+ <xsd:all>
55
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
56
+ <xsd:element name="SellerDetails" type="tns:SellerDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
57
+ <xsd:element name="SdkInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
58
+ <xsd:element name="ShoppingCartInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
59
+ <xsd:element name="ShoppingCartPluginInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
60
+ </xsd:all>
61
+ </xsd:complexType>
62
+ <xsd:complexType name="CustomerAdditionalDetailsStruct">
63
+ <xsd:all>
64
+ <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
65
+ <xsd:element name="AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
66
+ <xsd:element name="IPAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
67
+ <xsd:element name="AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
68
+ <xsd:element name="AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
69
+ <xsd:element name="AccountPreviousActivity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
70
+ <xsd:element name="AccountHasCredentials" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
71
+ <xsd:element name="DeviceType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
72
+ <xsd:element name="DeviceFingerPrint" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
73
+ <xsd:element name="BrowserLanguage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
74
+ <xsd:element name="HttpUserAgent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
75
+ </xsd:all>
76
+ </xsd:complexType>
77
+ <xsd:complexType name="PersonStruct">
78
+ <xsd:all>
79
+ <xsd:element name="FirstName" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
80
+ <xsd:element name="LastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
81
+ <xsd:element name="MiddleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
82
+ <xsd:element name="PhoneNumber1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
83
+ <xsd:element name="PhoneNumber2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
84
+ <xsd:element name="Gender" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
85
+ <xsd:element name="DateOfBirth" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
86
+ <xsd:element name="Nationality" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
87
+ <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
88
+ <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
89
+ </xsd:all>
90
+ </xsd:complexType>
91
+ <xsd:complexType name="BillingDetailsStruct">
92
+ <xsd:all>
93
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
94
+ <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
95
+ <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
96
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1" />
97
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1" />
98
+ </xsd:all>
99
+ </xsd:complexType>
100
+ <xsd:complexType name="ShippingDetailsStruct">
101
+ <xsd:all>
102
+ <xsd:element name="TrackingNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
103
+ <xsd:element name="Method" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
104
+ <xsd:element name="Carrier" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
105
+ <xsd:element name="DeliveryDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
106
+ <xsd:element name="FreightAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
107
+ <xsd:element name="GiftMessage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
108
+ <xsd:element name="GiftWrapping" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
109
+ <xsd:element name="PrimaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="1" maxOccurs="1" />
110
+ <xsd:element name="SecondaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1" />
111
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1" />
112
+ </xsd:all>
113
+ </xsd:complexType>
114
+ <xsd:complexType name="OrderItemStruct">
115
+ <xsd:all>
116
+ <xsd:element name="Quantity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
117
+ <xsd:element name="UnitPrice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
118
+ <xsd:element name="Description" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
119
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
120
+ <xsd:element name="SkuCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
121
+ <xsd:element name="ManufacturerPartNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
122
+ <xsd:element name="Risk" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
123
+ </xsd:all>
124
+ </xsd:complexType>
125
+ <xsd:complexType name="ArrayOf_OrderItemStruct">
126
+ <xsd:complexContent>
127
+ <xsd:restriction base="SOAP-ENC:Array">
128
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:OrderItemStruct[]" />
129
+ </xsd:restriction>
130
+ </xsd:complexContent>
131
+ </xsd:complexType>
132
+ <xsd:complexType name="OrderDetailsStruct">
133
+ <xsd:all>
134
+ <xsd:element name="OrderItems" type="tns:ArrayOf_OrderItemStruct" nillable="false" minOccurs="1" maxOccurs="1" />
135
+ </xsd:all>
136
+ </xsd:complexType>
137
+ <xsd:complexType name="LegStruct">
138
+ <xsd:all>
139
+ <xsd:element name="DepartureAirport" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
140
+ <xsd:element name="DepartureDatetime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
141
+ <xsd:element name="DepartureAirportTimezone" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
142
+ <xsd:element name="ArrivalAirport" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
143
+ <xsd:element name="CarrierCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
144
+ <xsd:element name="FlightNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
145
+ <xsd:element name="FareBasisCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
146
+ <xsd:element name="FareClassCode" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
147
+ <xsd:element name="BaseFare" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
148
+ <xsd:element name="BaseFareCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
149
+ </xsd:all>
150
+ </xsd:complexType>
151
+ <xsd:complexType name="ArrayOf_LegStruct">
152
+ <xsd:complexContent>
153
+ <xsd:restriction base="SOAP-ENC:Array">
154
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:LegStruct[]" />
155
+ </xsd:restriction>
156
+ </xsd:complexContent>
157
+ </xsd:complexType>
158
+ <xsd:complexType name="PassengerStruct">
159
+ <xsd:all>
160
+ <xsd:element name="FirstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
161
+ <xsd:element name="LastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
162
+ <xsd:element name="MiddleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
163
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
164
+ <xsd:element name="DateOfBirth" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
165
+ <xsd:element name="Nationality" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
166
+ <xsd:element name="IDNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
167
+ <xsd:element name="IDType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
168
+ <xsd:element name="IDCountry" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
169
+ <xsd:element name="LoyaltyNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
170
+ <xsd:element name="LoyaltyTier" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
171
+ </xsd:all>
172
+ </xsd:complexType>
173
+ <xsd:complexType name="ArrayOf_PassengerStruct">
174
+ <xsd:complexContent>
175
+ <xsd:restriction base="SOAP-ENC:Array">
176
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:PassengerStruct[]" />
177
+ </xsd:restriction>
178
+ </xsd:complexContent>
179
+ </xsd:complexType>
180
+ <xsd:complexType name="AirlineDetailsStruct">
181
+ <xsd:all>
182
+ <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
183
+ <xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
184
+ <xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1" />
185
+ <xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1" />
186
+ </xsd:all>
187
+ </xsd:complexType>
188
+ <xsd:complexType name="VaultReferenceStruct">
189
+ <xsd:all>
190
+ <xsd:element name="PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
191
+ <xsd:element name="PaymentMethodId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
192
+ <xsd:element name="CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
193
+ </xsd:all>
194
+ </xsd:complexType>
195
+ <xsd:complexType name="RequerimientoStruct_PayOnLine_2p">
196
+ <xsd:all>
197
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
198
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
199
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
200
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
201
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
202
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
203
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
204
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
205
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
206
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
207
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
208
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
209
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
210
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
211
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
212
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
213
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
214
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
215
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
216
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
217
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
218
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
219
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
220
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
221
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
222
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
223
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
224
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
225
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
226
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
227
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
228
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
229
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
230
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
231
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
232
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
233
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
234
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
235
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
236
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
237
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
238
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
239
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
240
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
241
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
242
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
243
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
244
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
245
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
246
+ <xsd:element name="psp_VaultReference" type="tns:VaultReferenceStruct" nillable="false" minOccurs="0" maxOccurs="1" />
247
+ </xsd:all>
248
+ </xsd:complexType>
249
+ <xsd:complexType name="TaxesResponseStruct">
250
+ <xsd:all>
251
+ <xsd:element name="TypeId" type="xsd:string" nillable="false" />
252
+ <xsd:element name="TypeDescription" type="xsd:string" nillable="false" />
253
+ <xsd:element name="Amount" type="xsd:string" nillable="false" />
254
+ <xsd:element name="Rate" type="xsd:string" nillable="false" />
255
+ <xsd:element name="BaseAmount" type="xsd:string" nillable="false" />
256
+ <xsd:element name="AppliedAmount" type="xsd:string" nillable="false" />
257
+ <xsd:element name="Remarks" type="xsd:string" nillable="false" />
258
+ </xsd:all>
259
+ </xsd:complexType>
260
+ <xsd:complexType name="ArrayOf_TaxesResponseStruct">
261
+ <xsd:complexContent>
262
+ <xsd:restriction base="SOAP-ENC:Array">
263
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:TaxesResponseStruct[]" />
264
+ </xsd:restriction>
265
+ </xsd:complexContent>
266
+ </xsd:complexType>
267
+ <xsd:complexType name="AmountAdditionalDetailsResponseStruct">
268
+ <xsd:all>
269
+ <xsd:element name="Tip" type="xsd:string" nillable="false" />
270
+ <xsd:element name="Discount" type="xsd:string" nillable="false" />
271
+ <xsd:element name="Taxes" type="tns:ArrayOf_TaxesResponseStruct" nillable="false" minOccurs="0" maxOccurs="1" />
272
+ </xsd:all>
273
+ </xsd:complexType>
274
+ <xsd:complexType name="FraudScreeningResultStruct">
275
+ <xsd:all>
276
+ <xsd:element name="ResultCode" type="xsd:string" nillable="false" />
277
+ <xsd:element name="ResultDescription" type="xsd:string" nillable="false" />
278
+ <xsd:element name="AdditionalInfo" type="xsd:string" nillable="false" />
279
+ </xsd:all>
280
+ </xsd:complexType>
281
+ <xsd:complexType name="VerificationServicesResultStruct">
282
+ <xsd:all>
283
+ <xsd:element name="ResultCodeCardSecurityCode" type="xsd:string" nillable="false" />
284
+ <xsd:element name="ResultCodeBillingAddress" type="xsd:string" nillable="false" />
285
+ <xsd:element name="ResultCodeBillingAddressZipCode" type="xsd:string" nillable="false" />
286
+ <xsd:element name="ResultCodeBillingPersonIDType" type="xsd:string" nillable="false" />
287
+ <xsd:element name="ResultCodeBillingPersonIDNumber" type="xsd:string" nillable="false" />
288
+ <xsd:element name="ResultCodeBillingPersonDateOfBirth" type="xsd:string" nillable="false" />
289
+ <xsd:element name="ResultCodeBillingPersonName" type="xsd:string" nillable="false" />
290
+ <xsd:element name="ResultCodeBillingPersonPhoneNumber1" type="xsd:string" nillable="false" />
291
+ <xsd:element name="ResultCodeCustomerEmailAddress" type="xsd:string" nillable="false" />
292
+ </xsd:all>
293
+ </xsd:complexType>
294
+ <xsd:complexType name="RespuestaStruct_PayOnLine_2p">
295
+ <xsd:all>
296
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
297
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
298
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
299
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
300
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
301
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
302
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
303
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
304
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
305
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
306
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" />
307
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" />
308
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
309
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
310
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
311
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" />
312
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" />
313
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false" />
314
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false" />
315
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false" />
316
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false" />
317
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
318
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
319
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
320
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false" />
321
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false" />
322
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false" />
323
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false" />
324
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false" />
325
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
326
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
327
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" />
328
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false" />
329
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false" />
330
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false" />
331
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
332
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false" />
333
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false" />
334
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false" />
335
+ </xsd:all>
336
+ </xsd:complexType>
337
+ <xsd:complexType name="RequerimientoStruct_Authorize_2p">
338
+ <xsd:all>
339
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
340
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
341
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
342
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
343
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
344
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
345
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
346
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
347
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
348
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
349
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
350
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
351
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
352
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
353
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
354
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
355
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
356
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
357
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
358
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
359
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
360
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
361
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
362
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
363
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
364
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
365
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
366
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
367
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
368
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
369
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
370
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
371
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
372
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
373
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
374
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
375
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
376
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
377
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
378
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
379
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
380
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
381
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
382
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
383
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
384
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
385
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
386
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
387
+ <xsd:element name="psp_VaultReference" type="tns:VaultReferenceStruct" nillable="false" minOccurs="0" maxOccurs="1" />
388
+ </xsd:all>
389
+ </xsd:complexType>
390
+ <xsd:complexType name="RespuestaStruct_Authorize_2p">
391
+ <xsd:all>
392
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
393
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
394
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
395
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
396
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
397
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
398
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
399
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
400
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
401
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
402
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" />
403
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" />
404
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
405
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
406
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
407
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" />
408
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" />
409
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false" />
410
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false" />
411
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false" />
412
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false" />
413
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
414
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
415
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
416
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false" />
417
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false" />
418
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false" />
419
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false" />
420
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false" />
421
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
422
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
423
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
424
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false" />
425
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false" />
426
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false" />
427
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false" />
428
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false" />
429
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false" />
430
+ </xsd:all>
431
+ </xsd:complexType>
432
+ <xsd:complexType name="RequerimientoStruct_BankPayment_2p">
433
+ <xsd:all>
434
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
435
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
436
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
437
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
438
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
439
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
440
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
441
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
442
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
443
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
444
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
445
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
446
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
447
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
448
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
449
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
450
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
451
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
452
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
453
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
454
+ <xsd:element name="psp_CustomerBankId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
455
+ <xsd:element name="psp_CustomerDocType" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
456
+ <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
457
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
458
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
459
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
460
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
461
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
462
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
463
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
464
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
465
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
466
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
467
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
468
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
469
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
470
+ </xsd:all>
471
+ </xsd:complexType>
472
+ <xsd:complexType name="RespuestaStruct_BankPayment_2p">
473
+ <xsd:all>
474
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
475
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
476
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
477
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
478
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
479
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
480
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
481
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
482
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false" />
483
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false" />
484
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
485
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
486
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
487
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false" />
488
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false" />
489
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false" />
490
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false" />
491
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false" />
492
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false" />
493
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false" />
494
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false" />
495
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false" />
496
+ <xsd:element name="psp_CustomerBankId" type="xsd:string" nillable="false" />
497
+ <xsd:element name="psp_CustomerDocType" type="xsd:string" nillable="false" />
498
+ <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false" />
499
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
500
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
501
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
502
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
503
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
504
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false" />
505
+ </xsd:all>
506
+ </xsd:complexType>
507
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p_Transactions">
508
+ <xsd:all>
509
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
510
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
511
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
512
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
513
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
514
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
515
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
516
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
517
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
518
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
519
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
520
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
521
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
522
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
523
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
524
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
525
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
526
+ </xsd:all>
527
+ </xsd:complexType>
528
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions">
529
+ <xsd:complexContent>
530
+ <xsd:restriction base="SOAP-ENC:Array">
531
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitPayOnLine_2p_Transactions[]" />
532
+ </xsd:restriction>
533
+ </xsd:complexContent>
534
+ </xsd:complexType>
535
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_2p">
536
+ <xsd:all>
537
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
538
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
539
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
540
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
541
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
542
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
543
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
544
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
545
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
546
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
547
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
548
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
549
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
550
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
551
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
552
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
553
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
554
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
555
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
556
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
557
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
558
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
559
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
560
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
561
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
562
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
563
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
564
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
565
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
566
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitPayOnLine_2p_Transactions" nillable="false" minOccurs="1" maxOccurs="1" />
567
+ </xsd:all>
568
+ </xsd:complexType>
569
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_3p_Transactions">
570
+ <xsd:all>
571
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
572
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
573
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
574
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
575
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
576
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" />
577
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
578
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
579
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
580
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" />
581
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" />
582
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
583
+ </xsd:all>
584
+ </xsd:complexType>
585
+ <xsd:complexType name="ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions">
586
+ <xsd:complexContent>
587
+ <xsd:restriction base="SOAP-ENC:Array">
588
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitPayOnLine_3p_Transactions[]" />
589
+ </xsd:restriction>
590
+ </xsd:complexContent>
591
+ </xsd:complexType>
592
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_2p">
593
+ <xsd:all>
594
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
595
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
596
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
597
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
598
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
599
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
600
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
601
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
602
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" />
603
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false" />
604
+ </xsd:all>
605
+ </xsd:complexType>
606
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_2p_Transactions">
607
+ <xsd:all>
608
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
609
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
610
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
611
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
612
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
613
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
614
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
615
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
616
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
617
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
618
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
619
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
620
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
621
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
622
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
623
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
624
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
625
+ </xsd:all>
626
+ </xsd:complexType>
627
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions">
628
+ <xsd:complexContent>
629
+ <xsd:restriction base="SOAP-ENC:Array">
630
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitAuthorize_2p_Transactions[]" />
631
+ </xsd:restriction>
632
+ </xsd:complexContent>
633
+ </xsd:complexType>
634
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_2p">
635
+ <xsd:all>
636
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
637
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
638
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
639
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
640
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
641
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
642
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
643
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
644
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
645
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
646
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
647
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
648
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
649
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
650
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
651
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
652
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
653
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
654
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
655
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
656
+ <xsd:element name="psp_3dSecure_ECI" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
657
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
658
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
659
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
660
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
661
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
662
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
663
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
664
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
665
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitAuthorize_2p_Transactions" nillable="false" minOccurs="1" maxOccurs="1" />
666
+ </xsd:all>
667
+ </xsd:complexType>
668
+ <xsd:complexType name="RespuestaStruct_SplitAuthorize_2p">
669
+ <xsd:all>
670
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
671
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
672
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
673
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
674
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
675
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
676
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
677
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
678
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" />
679
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false" />
680
+ </xsd:all>
681
+ </xsd:complexType>
682
+ <xsd:complexType name="RequerimientoStruct_PayOnLine_3p">
683
+ <xsd:all>
684
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
685
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
686
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
687
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
688
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
689
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
690
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
691
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
692
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
693
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
694
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
695
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
696
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
697
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
698
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
699
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
700
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
701
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
702
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
703
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
704
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
705
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
706
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
707
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
708
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
709
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
710
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
711
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
712
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
713
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
714
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
715
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
716
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
717
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
718
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
719
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
720
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
721
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
722
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
723
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
724
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
725
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
726
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
727
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
728
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
729
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
730
+ </xsd:all>
731
+ </xsd:complexType>
732
+ <xsd:complexType name="RespuestaStruct_PayOnLine_3p">
733
+ <xsd:all>
734
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
735
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
736
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
737
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
738
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false" />
739
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false" />
740
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
741
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
742
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
743
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
744
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
745
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
746
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" />
747
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
748
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
749
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
750
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
751
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
752
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
753
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
754
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
755
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" />
756
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
757
+ </xsd:all>
758
+ </xsd:complexType>
759
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_3p_Transactions">
760
+ <xsd:all>
761
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
762
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
763
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
764
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
765
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
766
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
767
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
768
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
769
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
770
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
771
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
772
+ </xsd:all>
773
+ </xsd:complexType>
774
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitPayOnLine_3p_Transactions">
775
+ <xsd:complexContent>
776
+ <xsd:restriction base="SOAP-ENC:Array">
777
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitPayOnLine_3p_Transactions[]" />
778
+ </xsd:restriction>
779
+ </xsd:complexContent>
780
+ </xsd:complexType>
781
+ <xsd:complexType name="RequerimientoStruct_SplitPayOnLine_3p">
782
+ <xsd:all>
783
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
784
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
785
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
786
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
787
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
788
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
789
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
790
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
791
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
792
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
793
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
794
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
795
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
796
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
797
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
798
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
799
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
800
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
801
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
802
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
803
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
804
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
805
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
806
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
807
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
808
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
809
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
810
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
811
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
812
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
813
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
814
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
815
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
816
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
817
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
818
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
819
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
820
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
821
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
822
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
823
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitPayOnLine_3p_Transactions" nillable="false" minOccurs="1" maxOccurs="1" />
824
+ </xsd:all>
825
+ </xsd:complexType>
826
+ <xsd:complexType name="RespuestaStruct_SplitPayOnLine_3p">
827
+ <xsd:all>
828
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
829
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
830
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
831
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
832
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false" />
833
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false" />
834
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
835
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
836
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
837
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
838
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
839
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
840
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" />
841
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
842
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
843
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
844
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
845
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
846
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitPayOnLine_3p_Transactions" nillable="false" />
847
+ </xsd:all>
848
+ </xsd:complexType>
849
+ <xsd:complexType name="RequerimientoStruct_Authorize_3p">
850
+ <xsd:all>
851
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
852
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
853
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
854
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
855
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
856
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
857
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
858
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
859
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
860
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
861
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
862
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
863
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
864
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
865
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
866
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
867
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
868
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
869
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
870
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
871
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
872
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
873
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
874
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
875
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
876
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
877
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
878
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
879
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
880
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
881
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
882
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
883
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
884
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
885
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
886
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
887
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
888
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
889
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
890
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
891
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
892
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
893
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
894
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
895
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
896
+ </xsd:all>
897
+ </xsd:complexType>
898
+ <xsd:complexType name="RespuestaStruct_Authorize_3p">
899
+ <xsd:all>
900
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
901
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
902
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
903
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
904
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false" />
905
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false" />
906
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
907
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
908
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
909
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
910
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
911
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
912
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" />
913
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
914
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
915
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
916
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
917
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
918
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
919
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
920
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
921
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
922
+ </xsd:all>
923
+ </xsd:complexType>
924
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_3p_Transactions">
925
+ <xsd:all>
926
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
927
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
928
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
929
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
930
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
931
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
932
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
933
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
934
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
935
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
936
+ </xsd:all>
937
+ </xsd:complexType>
938
+ <xsd:complexType name="ArrayOf_RequerimientoStruct_SplitAuthorize_3p_Transactions">
939
+ <xsd:complexContent>
940
+ <xsd:restriction base="SOAP-ENC:Array">
941
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RequerimientoStruct_SplitAuthorize_3p_Transactions[]" />
942
+ </xsd:restriction>
943
+ </xsd:complexContent>
944
+ </xsd:complexType>
945
+ <xsd:complexType name="RequerimientoStruct_SplitAuthorize_3p">
946
+ <xsd:all>
947
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
948
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
949
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
950
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
951
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
952
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
953
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
954
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
955
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
956
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
957
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
958
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
959
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
960
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
961
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
962
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
963
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
964
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
965
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
966
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
967
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
968
+ <xsd:element name="psp_3dSecureAction" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
969
+ <xsd:element name="psp_VisaArg_DA_DocType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
970
+ <xsd:element name="psp_VisaArg_DA_DocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
971
+ <xsd:element name="psp_VisaArg_DA_DoorNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
972
+ <xsd:element name="psp_VisaArg_DA_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
973
+ <xsd:element name="psp_VisaArg_DA_Name" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
974
+ <xsd:element name="psp_AmexArg_AVS_Address" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
975
+ <xsd:element name="psp_AmexArg_AVS_PostCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
976
+ <xsd:element name="psp_MasterArg_AVS_BirthDay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
977
+ <xsd:element name="psp_MasterArg_AVS_AdditionalsQtty" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
978
+ <xsd:element name="psp_MasterArg_AVS_PostalCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
979
+ <xsd:element name="psp_MasterArg_AVS_BranchEntity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
980
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
981
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
982
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
983
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
984
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
985
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
986
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
987
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RequerimientoStruct_SplitAuthorize_3p_Transactions" nillable="false" minOccurs="1" maxOccurs="1" />
988
+ </xsd:all>
989
+ </xsd:complexType>
990
+ <xsd:complexType name="RespuestaStruct_SplitAuthorize_3p_Transactions">
991
+ <xsd:all>
992
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
993
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
994
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
995
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
996
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
997
+ <xsd:element name="psp_PromotionCode" type="xsd:string" nillable="false" />
998
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
999
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
1000
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
1001
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" />
1002
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" />
1003
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1004
+ </xsd:all>
1005
+ </xsd:complexType>
1006
+ <xsd:complexType name="ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions">
1007
+ <xsd:complexContent>
1008
+ <xsd:restriction base="SOAP-ENC:Array">
1009
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_SplitAuthorize_3p_Transactions[]" />
1010
+ </xsd:restriction>
1011
+ </xsd:complexContent>
1012
+ </xsd:complexType>
1013
+ <xsd:complexType name="RespuestaStruct_SplitAuthorize_3p">
1014
+ <xsd:all>
1015
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1016
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1017
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1018
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
1019
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false" />
1020
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false" />
1021
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1022
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1023
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1024
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
1025
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
1026
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1027
+ <xsd:element name="psp_UseMultipleProducts" type="xsd:string" nillable="false" />
1028
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1029
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
1030
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
1031
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
1032
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1033
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_SplitAuthorize_3p_Transactions" nillable="false" />
1034
+ </xsd:all>
1035
+ </xsd:complexType>
1036
+ <xsd:complexType name="RequerimientoStruct_BankPayment_3p">
1037
+ <xsd:all>
1038
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1039
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1040
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1041
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1042
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1043
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1044
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1045
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1046
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1047
+ <xsd:element name="psp_FrmTimeout" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1048
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1049
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1050
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1051
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1052
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1053
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1054
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1055
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1056
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1057
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1058
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1059
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1060
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1061
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1062
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1063
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1064
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1065
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1066
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1067
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1068
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1069
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1070
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1071
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1072
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1073
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1074
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1075
+ </xsd:all>
1076
+ </xsd:complexType>
1077
+ <xsd:complexType name="RespuestaStruct_BankPayment_3p">
1078
+ <xsd:all>
1079
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1080
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1081
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1082
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
1083
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false" />
1084
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false" />
1085
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1086
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1087
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1088
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
1089
+ <xsd:element name="psp_ScreenDescription" type="xsd:string" nillable="false" />
1090
+ <xsd:element name="psp_TicketDescription" type="xsd:string" nillable="false" />
1091
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
1092
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1093
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1094
+ <xsd:element name="psp_Amount1" type="xsd:string" nillable="false" />
1095
+ <xsd:element name="psp_ExpDate1" type="xsd:string" nillable="false" />
1096
+ <xsd:element name="psp_Amount2" type="xsd:string" nillable="false" />
1097
+ <xsd:element name="psp_ExpDate2" type="xsd:string" nillable="false" />
1098
+ <xsd:element name="psp_Amount3" type="xsd:string" nillable="false" />
1099
+ <xsd:element name="psp_ExpDate3" type="xsd:string" nillable="false" />
1100
+ <xsd:element name="psp_MinAmount" type="xsd:string" nillable="false" />
1101
+ <xsd:element name="psp_ExpTime" type="xsd:string" nillable="false" />
1102
+ <xsd:element name="psp_ExpMark" type="xsd:string" nillable="false" />
1103
+ <xsd:element name="psp_CustomerDocType" type="xsd:string" nillable="false" />
1104
+ <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false" />
1105
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
1106
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
1107
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
1108
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1109
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1110
+ </xsd:all>
1111
+ </xsd:complexType>
1112
+ <xsd:complexType name="RequerimientoStruct_CashPayment_3p">
1113
+ <xsd:all>
1114
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1115
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1116
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1117
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1118
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1119
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1120
+ <xsd:element name="psp_ReturnURL" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1121
+ <xsd:element name="psp_FrmLanguage" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1122
+ <xsd:element name="psp_FrmBackButtonURL" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1123
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1124
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1125
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1126
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1127
+ <xsd:element name="psp_FirstExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1128
+ <xsd:element name="psp_DaysUntilSecondExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1129
+ <xsd:element name="psp_SurchargeAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1130
+ <xsd:element name="psp_DaysAvailableToPay" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1131
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1132
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1133
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1134
+ <xsd:element name="psp_CustomerDocNum" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1135
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1136
+ <xsd:element name="psp_ForceProcessingMethod" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1137
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1138
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1139
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1140
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1141
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1142
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1143
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1144
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1145
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1146
+ </xsd:all>
1147
+ </xsd:complexType>
1148
+ <xsd:complexType name="RespuestaStruct_CashPayment_3p">
1149
+ <xsd:all>
1150
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1151
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1152
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1153
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
1154
+ <xsd:element name="psp_Session3p" type="xsd:string" nillable="false" />
1155
+ <xsd:element name="psp_FrontPSP_URL" type="xsd:string" nillable="false" />
1156
+ <xsd:element name="psp_BarCode" type="xsd:string" nillable="false" />
1157
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1158
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1159
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1160
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
1161
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
1162
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
1163
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1164
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1165
+ <xsd:element name="psp_FirstExpDate" type="xsd:string" nillable="false" />
1166
+ <xsd:element name="psp_DaysUntilSecondExpDate" type="xsd:string" nillable="false" />
1167
+ <xsd:element name="psp_SurchargeAmount" type="xsd:string" nillable="false" />
1168
+ <xsd:element name="psp_DaysAvailableToPay" type="xsd:string" nillable="false" />
1169
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
1170
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
1171
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
1172
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1173
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1174
+ </xsd:all>
1175
+ </xsd:complexType>
1176
+ <xsd:complexType name="RequerimientoStruct_Capture">
1177
+ <xsd:all>
1178
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1179
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1180
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1181
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1182
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1183
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1184
+ <xsd:element name="psp_AmountToCapture" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1185
+ <xsd:element name="psp_UserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1186
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1187
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1188
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsRequestStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1189
+ </xsd:all>
1190
+ </xsd:complexType>
1191
+ <xsd:complexType name="RespuestaStruct_Capture">
1192
+ <xsd:all>
1193
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1194
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1195
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1196
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
1197
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false" />
1198
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1199
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1200
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1201
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
1202
+ <xsd:element name="psp_CapturedAmount" type="xsd:string" nillable="false" />
1203
+ <xsd:element name="psp_AuthorizedAmount_Orig" type="xsd:string" nillable="false" />
1204
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false" />
1205
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false" />
1206
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false" />
1207
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false" />
1208
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1209
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false" />
1210
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false" />
1211
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false" />
1212
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false" />
1213
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false" />
1214
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1215
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1216
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false" />
1217
+ </xsd:all>
1218
+ </xsd:complexType>
1219
+ <xsd:complexType name="RequerimientoStruct_Refund">
1220
+ <xsd:all>
1221
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1222
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1223
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1224
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1225
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1226
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1227
+ <xsd:element name="psp_AmountToRefund" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1228
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1229
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1230
+ <xsd:element name="psp_CardSecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1231
+ <xsd:element name="psp_UserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1232
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1233
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1234
+ </xsd:all>
1235
+ </xsd:complexType>
1236
+ <xsd:complexType name="RespuestaStruct_Refund">
1237
+ <xsd:all>
1238
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1239
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1240
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1241
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
1242
+ <xsd:element name="psp_TransactionId_Orig" type="xsd:string" nillable="false" />
1243
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1244
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1245
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1246
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
1247
+ <xsd:element name="psp_RefundedAmount" type="xsd:string" nillable="false" />
1248
+ <xsd:element name="psp_CapturedAmount_Orig" type="xsd:string" nillable="false" />
1249
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false" />
1250
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false" />
1251
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false" />
1252
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false" />
1253
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1254
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false" />
1255
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false" />
1256
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false" />
1257
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false" />
1258
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false" />
1259
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1260
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1261
+ </xsd:all>
1262
+ </xsd:complexType>
1263
+ <xsd:complexType name="RequerimientoStruct_GetInstallmentsOptions">
1264
+ <xsd:all>
1265
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1266
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1267
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1268
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1269
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1270
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1271
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1272
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1273
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1274
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1275
+ </xsd:all>
1276
+ </xsd:complexType>
1277
+ <xsd:complexType name="RespuestaStruct_GetInstallmentsOptions_InstallmentsOptions">
1278
+ <xsd:all>
1279
+ <xsd:element name="NumPayments" type="xsd:string" nillable="false" />
1280
+ <xsd:element name="InstallmentAmount" type="xsd:string" nillable="false" />
1281
+ <xsd:element name="InterestRate" type="xsd:string" nillable="false" />
1282
+ </xsd:all>
1283
+ </xsd:complexType>
1284
+ <xsd:complexType name="ArrayOf_RespuestaStruct_GetInstallmentsOptions_InstallmentsOptions">
1285
+ <xsd:complexContent>
1286
+ <xsd:restriction base="SOAP-ENC:Array">
1287
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_GetInstallmentsOptions_InstallmentsOptions[]" />
1288
+ </xsd:restriction>
1289
+ </xsd:complexContent>
1290
+ </xsd:complexType>
1291
+ <xsd:complexType name="RespuestaStruct_GetInstallmentsOptions">
1292
+ <xsd:all>
1293
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1294
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1295
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1296
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1297
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
1298
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1299
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
1300
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1301
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
1302
+ <xsd:element name="psp_InstallmentsOptions" type="tns:ArrayOf_RespuestaStruct_GetInstallmentsOptions_InstallmentsOptions" nillable="false" />
1303
+ </xsd:all>
1304
+ </xsd:complexType>
1305
+ <xsd:complexType name="CardInputDetailsStruct">
1306
+ <xsd:all>
1307
+ <xsd:element name="Number" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1308
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1309
+ <xsd:element name="SecurityCode" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1310
+ <xsd:element name="HolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1311
+ </xsd:all>
1312
+ </xsd:complexType>
1313
+ <xsd:complexType name="RequerimientoStruct_CreatePaymentMethodToken">
1314
+ <xsd:all>
1315
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1316
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1317
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1318
+ <xsd:element name="psp_CardInputDetails" type="tns:CardInputDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1319
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1320
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1321
+ <xsd:element name="psp_ClientSession" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1322
+ </xsd:all>
1323
+ </xsd:complexType>
1324
+ <xsd:complexType name="CardOutputDetailsStruct">
1325
+ <xsd:all>
1326
+ <xsd:element name="Number" type="xsd:string" nillable="true" />
1327
+ <xsd:element name="ExpirationDate" type="xsd:string" nillable="false" />
1328
+ <xsd:element name="ExpirationYear" type="xsd:string" nillable="false" />
1329
+ <xsd:element name="ExpirationMonth" type="xsd:string" nillable="false" />
1330
+ <xsd:element name="SecurityCode" type="xsd:string" nillable="false" />
1331
+ <xsd:element name="HolderName" type="xsd:string" nillable="true" />
1332
+ <xsd:element name="IIN" type="xsd:string" nillable="false" />
1333
+ <xsd:element name="Last4" type="xsd:string" nillable="false" />
1334
+ <xsd:element name="MaskedNumber" type="xsd:string" nillable="false" />
1335
+ <xsd:element name="MaskedNumberAlternative" type="xsd:string" nillable="false" />
1336
+ </xsd:all>
1337
+ </xsd:complexType>
1338
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethodToken_BillingDetails">
1339
+ <xsd:all>
1340
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1341
+ <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1342
+ <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1343
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1344
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1345
+ </xsd:all>
1346
+ </xsd:complexType>
1347
+ <xsd:complexType name="RespuestaStruct_CreatePaymentMethodToken">
1348
+ <xsd:all>
1349
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1350
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1351
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1352
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1353
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1354
+ <xsd:element name="psp_PaymentMethodToken" type="xsd:string" nillable="false" />
1355
+ <xsd:element name="psp_CardOutputDetails" type="tns:CardOutputDetailsStruct" nillable="false" />
1356
+ <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_CreatePaymentMethodToken_BillingDetails" nillable="false" />
1357
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1358
+ <xsd:element name="psp_UpdatedAt" type="xsd:string" nillable="false" />
1359
+ </xsd:all>
1360
+ </xsd:complexType>
1361
+ <xsd:complexType name="RequerimientoStruct_SimpleQueryTx">
1362
+ <xsd:all>
1363
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1364
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1365
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1366
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1367
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1368
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1369
+ </xsd:all>
1370
+ </xsd:complexType>
1371
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails">
1372
+ <xsd:all>
1373
+ <xsd:element name="Type" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1374
+ <xsd:element name="SellerDetails" type="tns:SellerDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1375
+ <xsd:element name="SdkInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1376
+ <xsd:element name="ShoppingCartInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1377
+ <xsd:element name="ShoppingCartPluginInfo" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1378
+ </xsd:all>
1379
+ </xsd:complexType>
1380
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails">
1381
+ <xsd:all>
1382
+ <xsd:element name="EmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1383
+ <xsd:element name="AlternativeEmailAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1384
+ <xsd:element name="IPAddress" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1385
+ <xsd:element name="AccountID" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1386
+ <xsd:element name="AccountCreatedAt" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1387
+ <xsd:element name="AccountPreviousActivity" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1388
+ <xsd:element name="AccountHasCredentials" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1389
+ <xsd:element name="DeviceType" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1390
+ <xsd:element name="DeviceFingerPrint" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1391
+ <xsd:element name="BrowserLanguage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1392
+ <xsd:element name="HttpUserAgent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1393
+ </xsd:all>
1394
+ </xsd:complexType>
1395
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_BillingDetails">
1396
+ <xsd:all>
1397
+ <xsd:element name="Invoice" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1398
+ <xsd:element name="InvoiceAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1399
+ <xsd:element name="InvoiceCurrency" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1400
+ <xsd:element name="Person" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1401
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1402
+ </xsd:all>
1403
+ </xsd:complexType>
1404
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_ShippingDetails">
1405
+ <xsd:all>
1406
+ <xsd:element name="TrackingNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1407
+ <xsd:element name="Method" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1408
+ <xsd:element name="Carrier" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1409
+ <xsd:element name="DeliveryDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1410
+ <xsd:element name="FreightAmount" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1411
+ <xsd:element name="GiftMessage" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1412
+ <xsd:element name="GiftWrapping" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1413
+ <xsd:element name="PrimaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="1" maxOccurs="1" />
1414
+ <xsd:element name="SecondaryRecipient" type="tns:PersonStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1415
+ <xsd:element name="Address" type="tns:AddressStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1416
+ </xsd:all>
1417
+ </xsd:complexType>
1418
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_OrderDetails">
1419
+ <xsd:all>
1420
+ <xsd:element name="OrderItems" type="tns:ArrayOf_OrderItemStruct" nillable="false" minOccurs="1" maxOccurs="1" />
1421
+ </xsd:all>
1422
+ </xsd:complexType>
1423
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_AirlineDetails">
1424
+ <xsd:all>
1425
+ <xsd:element name="TicketNumber" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1426
+ <xsd:element name="PNR" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1427
+ <xsd:element name="Legs" type="tns:ArrayOf_LegStruct" nillable="false" minOccurs="1" maxOccurs="1" />
1428
+ <xsd:element name="Passengers" type="tns:ArrayOf_PassengerStruct" nillable="false" minOccurs="1" maxOccurs="1" />
1429
+ </xsd:all>
1430
+ </xsd:complexType>
1431
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx_Transactions">
1432
+ <xsd:all>
1433
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1434
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1435
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1436
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
1437
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1438
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" />
1439
+ <xsd:element name="psp_Operation" type="xsd:string" nillable="false" />
1440
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1441
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1442
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
1443
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
1444
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
1445
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" />
1446
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" />
1447
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
1448
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1449
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1450
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false" />
1451
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false" />
1452
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false" />
1453
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false" />
1454
+ <xsd:element name="psp_CardNumber_FSD" type="xsd:string" nillable="false" />
1455
+ <xsd:element name="psp_CardNumber_LFD" type="xsd:string" nillable="false" />
1456
+ <xsd:element name="psp_CardMask" type="xsd:string" nillable="false" />
1457
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" />
1458
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
1459
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
1460
+ <xsd:element name="psp_CustomerIpAddress" type="xsd:string" nillable="false" />
1461
+ <xsd:element name="psp_CustomerHttpUserAgent" type="xsd:string" nillable="false" />
1462
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
1463
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false" />
1464
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false" />
1465
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false" />
1466
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false" />
1467
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false" />
1468
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1469
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" />
1470
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" />
1471
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
1472
+ <xsd:element name="psp_VisaArg_VBV_Secured" type="xsd:string" nillable="false" />
1473
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" />
1474
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" />
1475
+ <xsd:element name="psp_3dSecure_Eci" type="xsd:string" nillable="false" />
1476
+ <xsd:element name="psp_3dSecure_EciMsg" type="xsd:string" nillable="false" />
1477
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" />
1478
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false" />
1479
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false" />
1480
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false" />
1481
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1482
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false" />
1483
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false" />
1484
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false" />
1485
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails" nillable="false" />
1486
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false" />
1487
+ <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_SimpleQueryTx_BillingDetails" nillable="false" />
1488
+ <xsd:element name="psp_ShippingDetails" type="tns:RespuestaStruct_SimpleQueryTx_ShippingDetails" nillable="false" />
1489
+ <xsd:element name="psp_OrderDetails" type="tns:RespuestaStruct_SimpleQueryTx_OrderDetails" nillable="false" />
1490
+ <xsd:element name="psp_AirlineDetails" type="tns:RespuestaStruct_SimpleQueryTx_AirlineDetails" nillable="false" />
1491
+ </xsd:all>
1492
+ </xsd:complexType>
1493
+ <xsd:complexType name="RespuestaStruct_SimpleQueryTx">
1494
+ <xsd:all>
1495
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1496
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1497
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1498
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1499
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" />
1500
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" />
1501
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1502
+ <xsd:element name="psp_Transaction" type="tns:RespuestaStruct_SimpleQueryTx_Transactions" nillable="false" />
1503
+ </xsd:all>
1504
+ </xsd:complexType>
1505
+ <xsd:complexType name="RequerimientoStruct_QueryCardNumber">
1506
+ <xsd:all>
1507
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1508
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1509
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1510
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1511
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1512
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1513
+ </xsd:all>
1514
+ </xsd:complexType>
1515
+ <xsd:complexType name="RespuestaStruct_QueryCardNumber">
1516
+ <xsd:all>
1517
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1518
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1519
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1520
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1521
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" />
1522
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" />
1523
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1524
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" />
1525
+ </xsd:all>
1526
+ </xsd:complexType>
1527
+ <xsd:complexType name="RequerimientoStruct_QueryTxs">
1528
+ <xsd:all>
1529
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1530
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1531
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1532
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1533
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1534
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1535
+ </xsd:all>
1536
+ </xsd:complexType>
1537
+ <xsd:complexType name="RespuestaStruct_QueryTxs_Transactions">
1538
+ <xsd:all>
1539
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1540
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1541
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1542
+ <xsd:element name="psp_TransactionId" type="xsd:string" nillable="false" />
1543
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1544
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" />
1545
+ <xsd:element name="psp_Operation" type="xsd:string" nillable="false" />
1546
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1547
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1548
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
1549
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
1550
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
1551
+ <xsd:element name="psp_PaymentAmount" type="xsd:string" nillable="false" />
1552
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" />
1553
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
1554
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1555
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1556
+ <xsd:element name="psp_AuthorizationCode" type="xsd:string" nillable="false" />
1557
+ <xsd:element name="psp_BatchNro" type="xsd:string" nillable="false" />
1558
+ <xsd:element name="psp_SequenceNumber" type="xsd:string" nillable="false" />
1559
+ <xsd:element name="psp_TicketNumber" type="xsd:string" nillable="false" />
1560
+ <xsd:element name="psp_CardNumber_FSD" type="xsd:string" nillable="false" />
1561
+ <xsd:element name="psp_CardNumber_LFD" type="xsd:string" nillable="false" />
1562
+ <xsd:element name="psp_CardMask" type="xsd:string" nillable="false" />
1563
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" />
1564
+ <xsd:element name="psp_CustomerMail" type="xsd:string" nillable="false" />
1565
+ <xsd:element name="psp_CustomerId" type="xsd:string" nillable="false" />
1566
+ <xsd:element name="psp_CustomerHttpUserAgent" type="xsd:string" nillable="false" />
1567
+ <xsd:element name="psp_CustomerIpAddress" type="xsd:string" nillable="false" />
1568
+ <xsd:element name="psp_MerchantMail" type="xsd:string" nillable="false" />
1569
+ <xsd:element name="psp_ClTrnId" type="xsd:string" nillable="false" />
1570
+ <xsd:element name="psp_ClExternalMerchant" type="xsd:string" nillable="false" />
1571
+ <xsd:element name="psp_ClExternalTerminal" type="xsd:string" nillable="false" />
1572
+ <xsd:element name="psp_ClResponseCod" type="xsd:string" nillable="false" />
1573
+ <xsd:element name="psp_ClResponseMsg" type="xsd:string" nillable="false" />
1574
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1575
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" />
1576
+ <xsd:element name="psp_SoftDescriptor" type="xsd:string" nillable="false" />
1577
+ <xsd:element name="psp_Plan" type="xsd:string" nillable="false" />
1578
+ <xsd:element name="psp_VisaArg_VBV_Secured" type="xsd:string" nillable="false" />
1579
+ <xsd:element name="psp_3dSecure_XID" type="xsd:string" nillable="false" />
1580
+ <xsd:element name="psp_3dSecure_CAVV" type="xsd:string" nillable="false" />
1581
+ <xsd:element name="psp_3dSecure_Eci" type="xsd:string" nillable="false" />
1582
+ <xsd:element name="psp_3dSecure_EciMsg" type="xsd:string" nillable="false" />
1583
+ <xsd:element name="psp_3dSecure_Secured" type="xsd:string" nillable="false" />
1584
+ <xsd:element name="psp_VisaArg_DA_Result" type="xsd:string" nillable="false" />
1585
+ <xsd:element name="psp_AmexArg_AVS_Result" type="xsd:string" nillable="false" />
1586
+ <xsd:element name="psp_MasterArg_AVS_Result" type="xsd:string" nillable="false" />
1587
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1588
+ <xsd:element name="psp_AmountAdditionalDetails" type="tns:AmountAdditionalDetailsResponseStruct" nillable="false" />
1589
+ <xsd:element name="psp_FraudScreeningResult" type="tns:FraudScreeningResultStruct" nillable="false" />
1590
+ <xsd:element name="psp_VerificationServicesResult" type="tns:VerificationServicesResultStruct" nillable="false" />
1591
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_MerchantAdditionalDetails" nillable="false" />
1592
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:RespuestaStruct_SimpleQueryTx_CustomerAdditionalDetails" nillable="false" />
1593
+ <xsd:element name="psp_BillingDetails" type="tns:RespuestaStruct_SimpleQueryTx_BillingDetails" nillable="false" />
1594
+ <xsd:element name="psp_ShippingDetails" type="tns:RespuestaStruct_SimpleQueryTx_ShippingDetails" nillable="false" />
1595
+ <xsd:element name="psp_OrderDetails" type="tns:RespuestaStruct_SimpleQueryTx_OrderDetails" nillable="false" />
1596
+ <xsd:element name="psp_AirlineDetails" type="tns:RespuestaStruct_SimpleQueryTx_AirlineDetails" nillable="false" />
1597
+ </xsd:all>
1598
+ </xsd:complexType>
1599
+ <xsd:complexType name="ArrayOf_RespuestaStruct_QueryTxs_Transactions">
1600
+ <xsd:complexContent>
1601
+ <xsd:restriction base="SOAP-ENC:Array">
1602
+ <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:RespuestaStruct_QueryTxs_Transactions[]" />
1603
+ </xsd:restriction>
1604
+ </xsd:complexContent>
1605
+ </xsd:complexType>
1606
+ <xsd:complexType name="RespuestaStruct_QueryTxs">
1607
+ <xsd:all>
1608
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1609
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1610
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1611
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1612
+ <xsd:element name="psp_QueryCriteria" type="xsd:string" nillable="false" />
1613
+ <xsd:element name="psp_QueryCriteriaId" type="xsd:string" nillable="false" />
1614
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1615
+ <xsd:element name="psp_Transactions" type="tns:ArrayOf_RespuestaStruct_QueryTxs_Transactions" nillable="false" />
1616
+ </xsd:all>
1617
+ </xsd:complexType>
1618
+ <xsd:complexType name="RequerimientoStruct_GetIINDetails">
1619
+ <xsd:all>
1620
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1621
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1622
+ <xsd:element name="psp_IIN" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1623
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1624
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1625
+ </xsd:all>
1626
+ </xsd:complexType>
1627
+ <xsd:complexType name="RespuestaStruct_GetIINDetails">
1628
+ <xsd:all>
1629
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1630
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1631
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1632
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1633
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1634
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1635
+ <xsd:element name="psp_FinancialInstitution" type="xsd:string" nillable="false" />
1636
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1637
+ </xsd:all>
1638
+ </xsd:complexType>
1639
+ <xsd:complexType name="RequerimientoStruct_ChangeSecretKey">
1640
+ <xsd:all>
1641
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1642
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1643
+ <xsd:element name="psp_NewSecretKey" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1644
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1645
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1646
+ </xsd:all>
1647
+ </xsd:complexType>
1648
+ <xsd:complexType name="RespuestaStruct_ChangeSecretKey">
1649
+ <xsd:all>
1650
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1651
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1652
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1653
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1654
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1655
+ </xsd:all>
1656
+ </xsd:complexType>
1657
+ <xsd:complexType name="RequerimientoStruct_FraudScreening">
1658
+ <xsd:all>
1659
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1660
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1661
+ <xsd:element name="psp_TxSource" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1662
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1663
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1664
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1665
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1666
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1667
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1668
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1669
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1670
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1671
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1672
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1673
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1674
+ <xsd:element name="psp_CardHolderName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1675
+ <xsd:element name="psp_PurchaseDescription" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1676
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1677
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1678
+ <xsd:element name="psp_MerchantAdditionalDetails" type="tns:MerchantAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1679
+ <xsd:element name="psp_CustomerAdditionalDetails" type="tns:CustomerAdditionalDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1680
+ <xsd:element name="psp_BillingDetails" type="tns:BillingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1681
+ <xsd:element name="psp_ShippingDetails" type="tns:ShippingDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1682
+ <xsd:element name="psp_OrderDetails" type="tns:OrderDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1683
+ <xsd:element name="psp_AirlineDetails" type="tns:AirlineDetailsStruct" nillable="false" minOccurs="0" maxOccurs="1" />
1684
+ </xsd:all>
1685
+ </xsd:complexType>
1686
+ <xsd:complexType name="RespuestaStruct_FraudScreening">
1687
+ <xsd:all>
1688
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1689
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1690
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1691
+ <xsd:element name="psp_Result" type="tns:FraudScreeningResultStruct" nillable="false" />
1692
+ <xsd:element name="psp_OrderId" type="xsd:string" nillable="false" />
1693
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1694
+ <xsd:element name="psp_MerchTxRef" type="xsd:string" nillable="false" />
1695
+ <xsd:element name="psp_MerchOrderId" type="xsd:string" nillable="false" />
1696
+ <xsd:element name="psp_MerchAdditionalRef" type="xsd:string" nillable="false" />
1697
+ <xsd:element name="psp_Amount" type="xsd:string" nillable="false" />
1698
+ <xsd:element name="psp_NumPayments" type="xsd:string" nillable="false" />
1699
+ <xsd:element name="psp_FirstPaymentDeferral" type="xsd:string" nillable="false" />
1700
+ <xsd:element name="psp_Recurrent" type="xsd:string" nillable="false" />
1701
+ <xsd:element name="psp_Currency" type="xsd:string" nillable="false" />
1702
+ <xsd:element name="psp_Country" type="xsd:string" nillable="false" />
1703
+ <xsd:element name="psp_Product" type="xsd:string" nillable="false" />
1704
+ <xsd:element name="psp_CardNumber" type="xsd:string" nillable="false" />
1705
+ <xsd:element name="psp_CardExpDate" type="xsd:string" nillable="false" />
1706
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1707
+ <xsd:element name="psp_CreatedAt" type="xsd:string" nillable="false" />
1708
+ </xsd:all>
1709
+ </xsd:complexType>
1710
+ <xsd:complexType name="RequerimientoStruct_NotifyFraudScreeningReview">
1711
+ <xsd:all>
1712
+ <xsd:element name="psp_Version" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1713
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1714
+ <xsd:element name="psp_Criteria" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1715
+ <xsd:element name="psp_CriteriaId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1716
+ <xsd:element name="psp_ReviewResult" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1717
+ <xsd:element name="psp_UserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1718
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1" />
1719
+ <xsd:element name="psp_SecureHash" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1" />
1720
+ </xsd:all>
1721
+ </xsd:complexType>
1722
+ <xsd:complexType name="RespuestaStruct_NotifyFraudScreeningReview">
1723
+ <xsd:all>
1724
+ <xsd:element name="psp_ResponseCod" type="xsd:string" nillable="false" />
1725
+ <xsd:element name="psp_ResponseMsg" type="xsd:string" nillable="false" />
1726
+ <xsd:element name="psp_ResponseExtended" type="xsd:string" nillable="false" />
1727
+ <xsd:element name="psp_MerchantId" type="xsd:string" nillable="false" />
1728
+ <xsd:element name="psp_Criteria" type="xsd:string" nillable="false" />
1729
+ <xsd:element name="psp_CriteriaId" type="xsd:string" nillable="false" />
1730
+ <xsd:element name="psp_PosDateTime" type="xsd:string" nillable="false" />
1731
+ </xsd:all>
1732
+ </xsd:complexType>
1733
+ </xsd:schema>
1734
+ </types>
1735
+ <message name="PayOnLine_2pRequest">
1736
+ <part name="Requerimiento" type="tns:RequerimientoStruct_PayOnLine_2p" />
1737
+ </message>
1738
+ <message name="PayOnLine_2pResponse">
1739
+ <part name="Respuesta" type="tns:RespuestaStruct_PayOnLine_2p" />
1740
+ </message>
1741
+ <message name="Authorize_2pRequest">
1742
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Authorize_2p" />
1743
+ </message>
1744
+ <message name="Authorize_2pResponse">
1745
+ <part name="Respuesta" type="tns:RespuestaStruct_Authorize_2p" />
1746
+ </message>
1747
+ <message name="BankPayment_2pRequest">
1748
+ <part name="Requerimiento" type="tns:RequerimientoStruct_BankPayment_2p" />
1749
+ </message>
1750
+ <message name="BankPayment_2pResponse">
1751
+ <part name="Respuesta" type="tns:RespuestaStruct_BankPayment_2p" />
1752
+ </message>
1753
+ <message name="SplitPayOnLine_2pRequest">
1754
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitPayOnLine_2p" />
1755
+ </message>
1756
+ <message name="SplitPayOnLine_2pResponse">
1757
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitPayOnLine_2p" />
1758
+ </message>
1759
+ <message name="SplitAuthorize_2pRequest">
1760
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitAuthorize_2p" />
1761
+ </message>
1762
+ <message name="SplitAuthorize_2pResponse">
1763
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitAuthorize_2p" />
1764
+ </message>
1765
+ <message name="PayOnLine_3pRequest">
1766
+ <part name="Requerimiento" type="tns:RequerimientoStruct_PayOnLine_3p" />
1767
+ </message>
1768
+ <message name="PayOnLine_3pResponse">
1769
+ <part name="Respuesta" type="tns:RespuestaStruct_PayOnLine_3p" />
1770
+ </message>
1771
+ <message name="SplitPayOnLine_3pRequest">
1772
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitPayOnLine_3p" />
1773
+ </message>
1774
+ <message name="SplitPayOnLine_3pResponse">
1775
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitPayOnLine_3p" />
1776
+ </message>
1777
+ <message name="Authorize_3pRequest">
1778
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Authorize_3p" />
1779
+ </message>
1780
+ <message name="Authorize_3pResponse">
1781
+ <part name="Respuesta" type="tns:RespuestaStruct_Authorize_3p" />
1782
+ </message>
1783
+ <message name="SplitAuthorize_3pRequest">
1784
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SplitAuthorize_3p" />
1785
+ </message>
1786
+ <message name="SplitAuthorize_3pResponse">
1787
+ <part name="Respuesta" type="tns:RespuestaStruct_SplitAuthorize_3p" />
1788
+ </message>
1789
+ <message name="BankPayment_3pRequest">
1790
+ <part name="Requerimiento" type="tns:RequerimientoStruct_BankPayment_3p" />
1791
+ </message>
1792
+ <message name="BankPayment_3pResponse">
1793
+ <part name="Respuesta" type="tns:RespuestaStruct_BankPayment_3p" />
1794
+ </message>
1795
+ <message name="CashPayment_3pRequest">
1796
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CashPayment_3p" />
1797
+ </message>
1798
+ <message name="CashPayment_3pResponse">
1799
+ <part name="Respuesta" type="tns:RespuestaStruct_CashPayment_3p" />
1800
+ </message>
1801
+ <message name="CaptureRequest">
1802
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Capture" />
1803
+ </message>
1804
+ <message name="CaptureResponse">
1805
+ <part name="Respuesta" type="tns:RespuestaStruct_Capture" />
1806
+ </message>
1807
+ <message name="RefundRequest">
1808
+ <part name="Requerimiento" type="tns:RequerimientoStruct_Refund" />
1809
+ </message>
1810
+ <message name="RefundResponse">
1811
+ <part name="Respuesta" type="tns:RespuestaStruct_Refund" />
1812
+ </message>
1813
+ <message name="GetInstallmentsOptionsRequest">
1814
+ <part name="Requerimiento" type="tns:RequerimientoStruct_GetInstallmentsOptions" />
1815
+ </message>
1816
+ <message name="GetInstallmentsOptionsResponse">
1817
+ <part name="Respuesta" type="tns:RespuestaStruct_GetInstallmentsOptions" />
1818
+ </message>
1819
+ <message name="CreatePaymentMethodTokenRequest">
1820
+ <part name="Requerimiento" type="tns:RequerimientoStruct_CreatePaymentMethodToken" />
1821
+ </message>
1822
+ <message name="CreatePaymentMethodTokenResponse">
1823
+ <part name="Respuesta" type="tns:RespuestaStruct_CreatePaymentMethodToken" />
1824
+ </message>
1825
+ <message name="SimpleQueryTxRequest">
1826
+ <part name="Requerimiento" type="tns:RequerimientoStruct_SimpleQueryTx" />
1827
+ </message>
1828
+ <message name="SimpleQueryTxResponse">
1829
+ <part name="Respuesta" type="tns:RespuestaStruct_SimpleQueryTx" />
1830
+ </message>
1831
+ <message name="QueryCardNumberRequest">
1832
+ <part name="Requerimiento" type="tns:RequerimientoStruct_QueryCardNumber" />
1833
+ </message>
1834
+ <message name="QueryCardNumberResponse">
1835
+ <part name="Respuesta" type="tns:RespuestaStruct_QueryCardNumber" />
1836
+ </message>
1837
+ <message name="QueryTxsRequest">
1838
+ <part name="Requerimiento" type="tns:RequerimientoStruct_QueryTxs" />
1839
+ </message>
1840
+ <message name="QueryTxsResponse">
1841
+ <part name="Respuesta" type="tns:RespuestaStruct_QueryTxs" />
1842
+ </message>
1843
+ <message name="GetIINDetailsRequest">
1844
+ <part name="Requerimiento" type="tns:RequerimientoStruct_GetIINDetails" />
1845
+ </message>
1846
+ <message name="GetIINDetailsResponse">
1847
+ <part name="Respuesta" type="tns:RespuestaStruct_GetIINDetails" />
1848
+ </message>
1849
+ <message name="ChangeSecretKeyRequest">
1850
+ <part name="Requerimiento" type="tns:RequerimientoStruct_ChangeSecretKey" />
1851
+ </message>
1852
+ <message name="ChangeSecretKeyResponse">
1853
+ <part name="Respuesta" type="tns:RespuestaStruct_ChangeSecretKey" />
1854
+ </message>
1855
+ <message name="FraudScreeningRequest">
1856
+ <part name="Requerimiento" type="tns:RequerimientoStruct_FraudScreening" />
1857
+ </message>
1858
+ <message name="FraudScreeningResponse">
1859
+ <part name="Respuesta" type="tns:RespuestaStruct_FraudScreening" />
1860
+ </message>
1861
+ <message name="NotifyFraudScreeningReviewRequest">
1862
+ <part name="Requerimiento" type="tns:RequerimientoStruct_NotifyFraudScreeningReview" />
1863
+ </message>
1864
+ <message name="NotifyFraudScreeningReviewResponse">
1865
+ <part name="Respuesta" type="tns:RespuestaStruct_NotifyFraudScreeningReview" />
1866
+ </message>
1867
+ <portType name="PaymentServicePlatformPortType">
1868
+ <operation name="PayOnLine_2p">
1869
+ <input message="tns:PayOnLine_2pRequest" />
1870
+ <output message="tns:PayOnLine_2pResponse" />
1871
+ </operation>
1872
+ <operation name="Authorize_2p">
1873
+ <input message="tns:Authorize_2pRequest" />
1874
+ <output message="tns:Authorize_2pResponse" />
1875
+ </operation>
1876
+ <operation name="BankPayment_2p">
1877
+ <input message="tns:BankPayment_2pRequest" />
1878
+ <output message="tns:BankPayment_2pResponse" />
1879
+ </operation>
1880
+ <operation name="SplitPayOnLine_2p">
1881
+ <input message="tns:SplitPayOnLine_2pRequest" />
1882
+ <output message="tns:SplitPayOnLine_2pResponse" />
1883
+ </operation>
1884
+ <operation name="SplitAuthorize_2p">
1885
+ <input message="tns:SplitAuthorize_2pRequest" />
1886
+ <output message="tns:SplitAuthorize_2pResponse" />
1887
+ </operation>
1888
+ <operation name="PayOnLine_3p">
1889
+ <input message="tns:PayOnLine_3pRequest" />
1890
+ <output message="tns:PayOnLine_3pResponse" />
1891
+ </operation>
1892
+ <operation name="SplitPayOnLine_3p">
1893
+ <input message="tns:SplitPayOnLine_3pRequest" />
1894
+ <output message="tns:SplitPayOnLine_3pResponse" />
1895
+ </operation>
1896
+ <operation name="Authorize_3p">
1897
+ <input message="tns:Authorize_3pRequest" />
1898
+ <output message="tns:Authorize_3pResponse" />
1899
+ </operation>
1900
+ <operation name="SplitAuthorize_3p">
1901
+ <input message="tns:SplitAuthorize_3pRequest" />
1902
+ <output message="tns:SplitAuthorize_3pResponse" />
1903
+ </operation>
1904
+ <operation name="BankPayment_3p">
1905
+ <input message="tns:BankPayment_3pRequest" />
1906
+ <output message="tns:BankPayment_3pResponse" />
1907
+ </operation>
1908
+ <operation name="CashPayment_3p">
1909
+ <input message="tns:CashPayment_3pRequest" />
1910
+ <output message="tns:CashPayment_3pResponse" />
1911
+ </operation>
1912
+ <operation name="Capture">
1913
+ <input message="tns:CaptureRequest" />
1914
+ <output message="tns:CaptureResponse" />
1915
+ </operation>
1916
+ <operation name="Refund">
1917
+ <input message="tns:RefundRequest" />
1918
+ <output message="tns:RefundResponse" />
1919
+ </operation>
1920
+ <operation name="GetInstallmentsOptions">
1921
+ <input message="tns:GetInstallmentsOptionsRequest" />
1922
+ <output message="tns:GetInstallmentsOptionsResponse" />
1923
+ </operation>
1924
+ <operation name="CreatePaymentMethodToken">
1925
+ <input message="tns:CreatePaymentMethodTokenRequest" />
1926
+ <output message="tns:CreatePaymentMethodTokenResponse" />
1927
+ </operation>
1928
+ <operation name="SimpleQueryTx">
1929
+ <input message="tns:SimpleQueryTxRequest" />
1930
+ <output message="tns:SimpleQueryTxResponse" />
1931
+ </operation>
1932
+ <operation name="QueryCardNumber">
1933
+ <input message="tns:QueryCardNumberRequest" />
1934
+ <output message="tns:QueryCardNumberResponse" />
1935
+ </operation>
1936
+ <operation name="QueryTxs">
1937
+ <input message="tns:QueryTxsRequest" />
1938
+ <output message="tns:QueryTxsResponse" />
1939
+ </operation>
1940
+ <operation name="GetIINDetails">
1941
+ <input message="tns:GetIINDetailsRequest" />
1942
+ <output message="tns:GetIINDetailsResponse" />
1943
+ </operation>
1944
+ <operation name="ChangeSecretKey">
1945
+ <input message="tns:ChangeSecretKeyRequest" />
1946
+ <output message="tns:ChangeSecretKeyResponse" />
1947
+ </operation>
1948
+ <operation name="FraudScreening">
1949
+ <input message="tns:FraudScreeningRequest" />
1950
+ <output message="tns:FraudScreeningResponse" />
1951
+ </operation>
1952
+ <operation name="NotifyFraudScreeningReview">
1953
+ <input message="tns:NotifyFraudScreeningReviewRequest" />
1954
+ <output message="tns:NotifyFraudScreeningReviewResponse" />
1955
+ </operation>
1956
+ </portType>
1957
+ <binding name="PaymentServicePlatformBinding" type="tns:PaymentServicePlatformPortType">
1958
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
1959
+ <operation name="PayOnLine_2p">
1960
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/PayOnLine_2p" style="rpc" />
1961
+ <input>
1962
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1963
+ </input>
1964
+ <output>
1965
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1966
+ </output>
1967
+ </operation>
1968
+ <operation name="Authorize_2p">
1969
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/Authorize_2p" style="rpc" />
1970
+ <input>
1971
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1972
+ </input>
1973
+ <output>
1974
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1975
+ </output>
1976
+ </operation>
1977
+ <operation name="BankPayment_2p">
1978
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/BankPayment_2p" style="rpc" />
1979
+ <input>
1980
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1981
+ </input>
1982
+ <output>
1983
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1984
+ </output>
1985
+ </operation>
1986
+ <operation name="SplitPayOnLine_2p">
1987
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/SplitPayOnLine_2p" style="rpc" />
1988
+ <input>
1989
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1990
+ </input>
1991
+ <output>
1992
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1993
+ </output>
1994
+ </operation>
1995
+ <operation name="SplitAuthorize_2p">
1996
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/SplitAuthorize_2p" style="rpc" />
1997
+ <input>
1998
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
1999
+ </input>
2000
+ <output>
2001
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2002
+ </output>
2003
+ </operation>
2004
+ <operation name="PayOnLine_3p">
2005
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/PayOnLine_3p" style="rpc" />
2006
+ <input>
2007
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2008
+ </input>
2009
+ <output>
2010
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2011
+ </output>
2012
+ </operation>
2013
+ <operation name="SplitPayOnLine_3p">
2014
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/SplitPayOnLine_3p" style="rpc" />
2015
+ <input>
2016
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2017
+ </input>
2018
+ <output>
2019
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2020
+ </output>
2021
+ </operation>
2022
+ <operation name="Authorize_3p">
2023
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/Authorize_3p" style="rpc" />
2024
+ <input>
2025
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2026
+ </input>
2027
+ <output>
2028
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2029
+ </output>
2030
+ </operation>
2031
+ <operation name="SplitAuthorize_3p">
2032
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/SplitAuthorize_3p" style="rpc" />
2033
+ <input>
2034
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2035
+ </input>
2036
+ <output>
2037
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2038
+ </output>
2039
+ </operation>
2040
+ <operation name="BankPayment_3p">
2041
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/BankPayment_3p" style="rpc" />
2042
+ <input>
2043
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2044
+ </input>
2045
+ <output>
2046
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2047
+ </output>
2048
+ </operation>
2049
+ <operation name="CashPayment_3p">
2050
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/CashPayment_3p" style="rpc" />
2051
+ <input>
2052
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2053
+ </input>
2054
+ <output>
2055
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2056
+ </output>
2057
+ </operation>
2058
+ <operation name="Capture">
2059
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/Capture" style="rpc" />
2060
+ <input>
2061
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2062
+ </input>
2063
+ <output>
2064
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2065
+ </output>
2066
+ </operation>
2067
+ <operation name="Refund">
2068
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/Refund" style="rpc" />
2069
+ <input>
2070
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2071
+ </input>
2072
+ <output>
2073
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2074
+ </output>
2075
+ </operation>
2076
+ <operation name="GetInstallmentsOptions">
2077
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/GetInstallmentsOptions" style="rpc" />
2078
+ <input>
2079
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2080
+ </input>
2081
+ <output>
2082
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2083
+ </output>
2084
+ </operation>
2085
+ <operation name="CreatePaymentMethodToken">
2086
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/CreatePaymentMethodToken" style="rpc" />
2087
+ <input>
2088
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2089
+ </input>
2090
+ <output>
2091
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2092
+ </output>
2093
+ </operation>
2094
+ <operation name="SimpleQueryTx">
2095
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/SimpleQueryTx" style="rpc" />
2096
+ <input>
2097
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2098
+ </input>
2099
+ <output>
2100
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2101
+ </output>
2102
+ </operation>
2103
+ <operation name="QueryCardNumber">
2104
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/QueryCardNumber" style="rpc" />
2105
+ <input>
2106
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2107
+ </input>
2108
+ <output>
2109
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2110
+ </output>
2111
+ </operation>
2112
+ <operation name="QueryTxs">
2113
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/QueryTxs" style="rpc" />
2114
+ <input>
2115
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2116
+ </input>
2117
+ <output>
2118
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2119
+ </output>
2120
+ </operation>
2121
+ <operation name="GetIINDetails">
2122
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/GetIINDetails" style="rpc" />
2123
+ <input>
2124
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2125
+ </input>
2126
+ <output>
2127
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2128
+ </output>
2129
+ </operation>
2130
+ <operation name="ChangeSecretKey">
2131
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/ChangeSecretKey" style="rpc" />
2132
+ <input>
2133
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2134
+ </input>
2135
+ <output>
2136
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2137
+ </output>
2138
+ </operation>
2139
+ <operation name="FraudScreening">
2140
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/FraudScreening" style="rpc" />
2141
+ <input>
2142
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2143
+ </input>
2144
+ <output>
2145
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2146
+ </output>
2147
+ </operation>
2148
+ <operation name="NotifyFraudScreeningReview">
2149
+ <soap:operation soapAction="https://sandbox.nps.com.ar/ws.php/NotifyFraudScreeningReview" style="rpc" />
2150
+ <input>
2151
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2152
+ </input>
2153
+ <output>
2154
+ <soap:body use="encoded" namespace="https://sandbox.nps.com.ar/ws" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
2155
+ </output>
2156
+ </operation>
2157
+ </binding>
2158
+ <service name="PaymentServicePlatform">
2159
+ <port name="PaymentServicePlatformPort" binding="tns:PaymentServicePlatformBinding">
2160
+ <soap:address location="https://sandbox.nps.com.ar:443/ws.php" />
2161
+ </port>
2162
+ </service>
2163
+ </definitions>