@@ -43,9 +43,10 @@ public static void customerPaymentProfileListItemType(customerPaymentProfileList
43
43
{
44
44
if ( null != argument )
45
45
{
46
- if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
46
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
47
47
customerAddressType ( argument . billTo ) ;
48
48
paymentMaskedType ( argument . payment ) ;
49
+ if ( argument . excludeFromAccountUpdater ) { argument . excludeFromAccountUpdaterSpecified = true ; }
49
50
}
50
51
}
51
52
@@ -560,7 +561,7 @@ public static void transactionDetailsType(transactionDetailsType argument)
560
561
if ( null != argument . returnedItems ) { foreach ( var value in argument . returnedItems ) { returnedItemType ( value ) ; } }
561
562
solutionType ( argument . solution ) ;
562
563
563
- if ( null != argument . emvDetails ) { foreach ( var value in argument . emvDetails ) { transactionDetailsTypeTag ( value ) ; } }
564
+ if ( null != argument . emvDetails ) { foreach ( var value in argument . emvDetails ) { transactionDetailsTypeTag ( value ) ; } }
564
565
565
566
customerProfileIdType ( argument . profile ) ;
566
567
extendedAmountType ( argument . surcharge ) ;
@@ -597,7 +598,7 @@ public static void creditCardMaskedType(creditCardMaskedType argument)
597
598
if ( null != argument )
598
599
{
599
600
cardArt ( argument . cardArt ) ;
600
- if ( argument . isPaymentToken ) { argument . isPaymentTokenSpecified = true ; }
601
+ if ( argument . isPaymentToken ) { argument . isPaymentTokenSpecified = true ; }
601
602
}
602
603
}
603
604
public static void cardArt ( cardArt argument )
@@ -787,9 +788,10 @@ public static void customerPaymentProfileMaskedType(customerPaymentProfileMasked
787
788
if ( null != argument )
788
789
{
789
790
customerPaymentProfileBaseType ( argument ) ;
790
- if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
791
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
791
792
paymentMaskedType ( argument . payment ) ;
792
793
driversLicenseMaskedType ( argument . driversLicense ) ;
794
+ if ( argument . excludeFromAccountUpdater ) { argument . excludeFromAccountUpdaterSpecified = true ; }
793
795
}
794
796
}
795
797
public static void customerPaymentProfileType ( customerPaymentProfileType argument )
@@ -799,8 +801,9 @@ public static void customerPaymentProfileType(customerPaymentProfileType argumen
799
801
customerPaymentProfileBaseType ( argument ) ;
800
802
paymentType ( argument . payment ) ;
801
803
driversLicenseType ( argument . driversLicense ) ;
802
- if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
804
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
803
805
subsequentAuthInformation ( argument . subsequentAuthInformation ) ;
806
+ if ( argument . excludeFromAccountUpdater ) { argument . excludeFromAccountUpdaterSpecified = true ; }
804
807
}
805
808
}
806
809
public static void customerPaymentProfileExType ( customerPaymentProfileExType argument )
@@ -830,15 +833,15 @@ public static void customerProfileMaskedType(customerProfileMaskedType argument)
830
833
customerProfileExType ( argument ) ;
831
834
if ( null != argument . paymentProfiles ) { foreach ( var value in argument . paymentProfiles ) { customerPaymentProfileMaskedType ( value ) ; } }
832
835
if ( null != argument . shipToList ) { foreach ( var value in argument . shipToList ) { customerAddressExType ( value ) ; } }
833
- if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
836
+ if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
834
837
}
835
838
}
836
839
public static void customerProfileInfoExType ( customerProfileInfoExType argument )
837
840
{
838
841
if ( null != argument )
839
842
{
840
843
customerProfileExType ( argument ) ;
841
- if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
844
+ if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
842
845
}
843
846
}
844
847
public static void customerProfileType ( customerProfileType argument )
@@ -848,7 +851,7 @@ public static void customerProfileType(customerProfileType argument)
848
851
customerProfileBaseType ( argument ) ;
849
852
if ( null != argument . paymentProfiles ) { foreach ( var value in argument . paymentProfiles ) { customerPaymentProfileType ( value ) ; } }
850
853
if ( null != argument . shipToList ) { foreach ( var value in argument . shipToList ) { customerAddressType ( value ) ; } }
851
- if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
854
+ if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
852
855
}
853
856
}
854
857
public static void ContactDetailType ( ContactDetailType argument )
@@ -1131,17 +1134,17 @@ public static void createCustomerProfileFromTransactionRequest(createCustomerPro
1131
1134
if ( null != argument )
1132
1135
{
1133
1136
customerProfileBaseType ( argument . customer ) ;
1134
- if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
1135
- if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1136
- if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
1137
+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
1138
+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1139
+ if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
1137
1140
}
1138
1141
}
1139
1142
public static void getCustomerProfileRequest ( getCustomerProfileRequest argument )
1140
1143
{
1141
1144
if ( null != argument )
1142
1145
{
1143
- if ( argument . unmaskExpirationDate ) { argument . unmaskExpirationDateSpecified = true ; }
1144
- if ( argument . includeIssuerInfo ) { argument . includeIssuerInfoSpecified = true ; }
1146
+ if ( argument . unmaskExpirationDate ) { argument . unmaskExpirationDateSpecified = true ; }
1147
+ if ( argument . includeIssuerInfo ) { argument . includeIssuerInfoSpecified = true ; }
1145
1148
1146
1149
}
1147
1150
}
@@ -1156,7 +1159,7 @@ public static void getCustomerPaymentProfileRequest(getCustomerPaymentProfileReq
1156
1159
{
1157
1160
if ( null != argument )
1158
1161
{
1159
- if ( argument . includeIssuerInfo ) { argument . includeIssuerInfoSpecified = true ; }
1162
+ if ( argument . includeIssuerInfo ) { argument . includeIssuerInfoSpecified = true ; }
1160
1163
1161
1164
}
1162
1165
}
@@ -1177,7 +1180,7 @@ public static void getCustomerShippingAddressResponse(getCustomerShippingAddress
1177
1180
{
1178
1181
if ( null != argument )
1179
1182
{
1180
- if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1183
+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1181
1184
customerAddressExType ( argument . address ) ;
1182
1185
}
1183
1186
}
@@ -1220,7 +1223,7 @@ public static void updateCustomerShippingAddressRequest(updateCustomerShippingAd
1220
1223
if ( null != argument )
1221
1224
{
1222
1225
customerAddressExType ( argument . address ) ;
1223
- if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1226
+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1224
1227
}
1225
1228
}
1226
1229
public static void updateCustomerShippingAddressResponse ( updateCustomerShippingAddressResponse argument )
@@ -1432,7 +1435,7 @@ public static void getHostedPaymentPageRequest(getHostedPaymentPageRequest argum
1432
1435
if ( null != argument )
1433
1436
{
1434
1437
transactionRequestType ( argument . transactionRequest ) ;
1435
- if ( null != argument . hostedPaymentSettings ) { foreach ( var value in argument . hostedPaymentSettings ) { settingType ( value ) ; } }
1438
+ if ( null != argument . hostedPaymentSettings ) { foreach ( var value in argument . hostedPaymentSettings ) { settingType ( value ) ; } }
1436
1439
}
1437
1440
}
1438
1441
public static void getHostedPaymentPageResponse ( getHostedPaymentPageResponse argument )
@@ -1607,23 +1610,23 @@ public static void getAUJobSummaryResponse(getAUJobSummaryResponse argument)
1607
1610
{
1608
1611
if ( null != argument )
1609
1612
{
1610
- if ( null != argument . auSummary ) { foreach ( var value in argument . auSummary ) { auResponseType ( value ) ; } }
1613
+ if ( null != argument . auSummary ) { foreach ( var value in argument . auSummary ) { auResponseType ( value ) ; } }
1611
1614
}
1612
1615
}
1613
1616
public static void getAUJobDetailsRequest ( getAUJobDetailsRequest argument )
1614
1617
{
1615
1618
if ( null != argument )
1616
1619
{
1617
- if ( 0 <= argument . modifiedTypeFilter ) { argument . modifiedTypeFilterSpecified = true ; }
1620
+ if ( 0 <= argument . modifiedTypeFilter ) { argument . modifiedTypeFilterSpecified = true ; }
1618
1621
Paging ( argument . paging ) ;
1619
1622
}
1620
1623
}
1621
1624
public static void getAUJobDetailsResponse ( getAUJobDetailsResponse argument )
1622
1625
{
1623
1626
if ( null != argument )
1624
1627
{
1625
- if ( 0 <= argument . totalNumInResultSet ) { argument . totalNumInResultSetSpecified = true ; }
1626
- if ( null != argument . auDetails ) { foreach ( var value in argument . auDetails ) { auDetailsType ( value ) ; } }
1628
+ if ( 0 <= argument . totalNumInResultSet ) { argument . totalNumInResultSetSpecified = true ; }
1629
+ if ( null != argument . auDetails ) { foreach ( var value in argument . auDetails ) { auDetailsType ( value ) ; } }
1627
1630
}
1628
1631
}
1629
1632
@@ -1636,8 +1639,8 @@ public static void getMerchantDetailsResponse(getMerchantDetailsResponse argumen
1636
1639
{
1637
1640
if ( null != argument )
1638
1641
{
1639
- if ( argument . isTestMode ) { argument . isTestModeSpecified = true ; }
1640
- if ( null != argument . processors ) { foreach ( var value in argument . processors ) { processorType ( value ) ; } }
1642
+ if ( argument . isTestMode ) { argument . isTestModeSpecified = true ; }
1643
+ if ( null != argument . processors ) { foreach ( var value in argument . processors ) { processorType ( value ) ; } }
1641
1644
customerAddressType ( argument . businessInformation ) ;
1642
1645
if ( null != argument . contactDetails ) { foreach ( var value in argument . contactDetails ) { ContactDetailType ( value ) ; } }
1643
1646
}
0 commit comments