@@ -30,11 +30,19 @@ public static void opaqueDataType(opaqueDataType argument)
30
30
{
31
31
}
32
32
}
33
+
34
+ public static void processorType ( processorType argument )
35
+ {
36
+ if ( null != argument )
37
+ {
38
+ }
39
+ }
33
40
34
41
public static void customerPaymentProfileListItemType ( customerPaymentProfileListItemType argument )
35
42
{
36
43
if ( null != argument )
37
44
{
45
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
38
46
customerAddressType ( argument . billTo ) ;
39
47
paymentMaskedType ( argument . payment ) ;
40
48
}
@@ -119,6 +127,21 @@ public static void Paging(Paging argument)
119
127
{
120
128
}
121
129
}
130
+
131
+ public static void TransactionListSorting ( TransactionListSorting argument )
132
+ {
133
+ if ( null != argument )
134
+ {
135
+ ( argument . orderDescending ) ;
136
+ }
137
+ }
138
+ public static void heldTransactionRequestType ( heldTransactionRequestType argument )
139
+ {
140
+ if ( null != argument )
141
+ {
142
+ }
143
+ }
144
+
122
145
public static void ARBGetSubscriptionListSorting ( ARBGetSubscriptionListSorting argument )
123
146
{
124
147
if ( null != argument )
@@ -151,7 +174,8 @@ public static void transactionSummaryType(transactionSummaryType argument)
151
174
{
152
175
subscriptionPaymentType ( argument . subscription ) ;
153
176
if ( argument . hasReturnedItems ) { argument . hasReturnedItemsSpecified = true ; }
154
- }
177
+ fraudInformationType ( argument . fraudInformation ) ;
178
+ }
155
179
}
156
180
public static void subscriptionPaymentType ( subscriptionPaymentType argument )
157
181
{
@@ -199,6 +223,14 @@ public static void emailSettingsType(emailSettingsType argument)
199
223
ArrayOfSetting ( argument ) ;
200
224
}
201
225
}
226
+
227
+ public static void fraudInformationType ( fraudInformationType argument )
228
+ {
229
+ if ( null != argument )
230
+ {
231
+ }
232
+ }
233
+
202
234
public static void transRetailInfoType ( transRetailInfoType argument )
203
235
{
204
236
if ( null != argument )
@@ -676,6 +708,7 @@ public static void customerPaymentProfileMaskedType(customerPaymentProfileMasked
676
708
if ( null != argument )
677
709
{
678
710
customerPaymentProfileBaseType ( argument ) ;
711
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
679
712
paymentMaskedType ( argument . payment ) ;
680
713
driversLicenseMaskedType ( argument . driversLicense ) ;
681
714
}
@@ -687,6 +720,7 @@ public static void customerPaymentProfileType(customerPaymentProfileType argumen
687
720
customerPaymentProfileBaseType ( argument ) ;
688
721
paymentType ( argument . payment ) ;
689
722
driversLicenseType ( argument . driversLicense ) ;
723
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
690
724
}
691
725
}
692
726
public static void customerPaymentProfileExType ( customerPaymentProfileExType argument )
@@ -707,6 +741,8 @@ public static void customerProfileExType(customerProfileExType argument)
707
741
if ( null != argument )
708
742
{
709
743
customerProfileBaseType ( argument ) ;
744
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
745
+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
710
746
}
711
747
}
712
748
public static void customerProfileMaskedType ( customerProfileMaskedType argument )
@@ -1010,6 +1046,7 @@ public static void getCustomerShippingAddressResponse(getCustomerShippingAddress
1010
1046
{
1011
1047
if ( null != argument )
1012
1048
{
1049
+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1013
1050
customerAddressExType ( argument . address ) ;
1014
1051
}
1015
1052
}
@@ -1045,7 +1082,8 @@ public static void updateCustomerShippingAddressRequest(updateCustomerShippingAd
1045
1082
if ( null != argument )
1046
1083
{
1047
1084
customerAddressExType ( argument . address ) ;
1048
- }
1085
+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1086
+ }
1049
1087
}
1050
1088
public static void updateCustomerShippingAddressResponse ( updateCustomerShippingAddressResponse argument )
1051
1089
{
@@ -1167,6 +1205,22 @@ public static void createTransactionResponse(createTransactionResponse argument)
1167
1205
createProfileResponse ( argument . profileResponse ) ;
1168
1206
}
1169
1207
}
1208
+
1209
+ public static void updateHeldTransactionRequest ( updateHeldTransactionRequest argument )
1210
+ {
1211
+ if ( null != argument )
1212
+ {
1213
+ heldTransactionRequestType ( argument . heldTransactionRequest ) ;
1214
+ }
1215
+ }
1216
+ public static void updateHeldTransactionResponse ( updateHeldTransactionResponse argument )
1217
+ {
1218
+ if ( null != argument )
1219
+ {
1220
+ transactionResponse ( argument . transactionResponse ) ;
1221
+ }
1222
+ }
1223
+
1170
1224
public static void getBatchStatisticsRequest ( getBatchStatisticsRequest argument )
1171
1225
{
1172
1226
if ( null != argument )
@@ -1200,13 +1254,16 @@ public static void getTransactionListRequest(getTransactionListRequest argument)
1200
1254
{
1201
1255
if ( null != argument )
1202
1256
{
1257
+ TransactionListSorting ( argument . sorting ) ;
1258
+ Paging ( argument . paging ) ;
1203
1259
}
1204
1260
}
1205
1261
public static void getTransactionListResponse ( getTransactionListResponse argument )
1206
1262
{
1207
1263
if ( null != argument )
1208
1264
{
1209
1265
if ( null != argument . transactions ) { foreach ( var value in argument . transactions ) { transactionSummaryType ( value ) ; } }
1266
+ if ( argument . totalNumInResultSet ) { argument . totalNumInResultSetSpecified = true ; }
1210
1267
}
1211
1268
}
1212
1269
public static void getHostedProfilePageRequest ( getHostedProfilePageRequest argument )
@@ -1225,14 +1282,34 @@ public static void getHostedProfilePageResponse(getHostedProfilePageResponse arg
1225
1282
public static void getUnsettledTransactionListRequest ( getUnsettledTransactionListRequest argument )
1226
1283
{
1227
1284
if ( null != argument )
1285
+ {
1286
+ if ( argument . status ) { argument . statusSpecified = true ; }
1287
+ TransactionListSorting ( argument . sorting ) ;
1288
+ Paging ( argument . paging ) ;
1289
+ }
1290
+ }
1291
+
1292
+ public static void getHostedPaymentPageRequest ( getHostedPaymentPageRequest argument )
1293
+ {
1294
+ if ( null != argument )
1295
+ {
1296
+ transactionRequestType ( argument . transactionRequest ) ;
1297
+ if ( null != argument . hostedPaymentSettings ) { foreach ( var value in argument . hostedPaymentSettings ) { settingType ( value ) ; } }
1298
+ }
1299
+ }
1300
+ public static void getHostedPaymentPageResponse ( getHostedPaymentPageResponse argument )
1301
+ {
1302
+ if ( null != argument )
1228
1303
{
1229
1304
}
1230
1305
}
1306
+
1231
1307
public static void getUnsettledTransactionListResponse ( getUnsettledTransactionListResponse argument )
1232
1308
{
1233
1309
if ( null != argument )
1234
1310
{
1235
1311
if ( null != argument . transactions ) { foreach ( var value in argument . transactions ) { transactionSummaryType ( value ) ; } }
1312
+ if ( argument . totalNumInResultSet ) { argument . totalNumInResultSetSpecified = true ; }
1236
1313
}
1237
1314
}
1238
1315
public static void mobileDeviceRegistrationRequest ( mobileDeviceRegistrationRequest argument )
@@ -1412,8 +1489,24 @@ public static void getAUJobDetailsResponse(getAUJobDetailsResponse argument)
1412
1489
}
1413
1490
}
1414
1491
1492
+ public static void getMerchantDetailsRequest ( getMerchantDetailsRequest argument )
1493
+ {
1494
+ if ( null != argument )
1495
+ {
1496
+ }
1497
+ }
1498
+ public static void getMerchantDetailsResponse ( getMerchantDetailsResponse argument )
1499
+ {
1500
+ if ( null != argument )
1501
+ {
1502
+ if ( argument . isTestMode ) { argument . isTestModeSpecified = true ; }
1503
+ if ( null != argument . processors ) { foreach ( var value in argument . processors ) { processorType ( value ) ; } }
1504
+ }
1505
+ }
1506
+
1415
1507
}
1416
-
1508
+
1509
+
1417
1510
// ReSharper restore InconsistentNaming
1418
1511
#pragma warning restore 1591
1419
1512
#pragma warning restore 169
0 commit comments