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