@@ -43,9 +43,10 @@ public static void customerPaymentProfileListItemType(customerPaymentProfileList
4343 {
4444 if ( null != argument )
4545 {
46- if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
46+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
4747 customerAddressType ( argument . billTo ) ;
4848 paymentMaskedType ( argument . payment ) ;
49+ if ( argument . excludeFromAccountUpdater ) { argument . excludeFromAccountUpdaterSpecified = true ; }
4950 }
5051 }
5152
@@ -560,7 +561,7 @@ public static void transactionDetailsType(transactionDetailsType argument)
560561 if ( null != argument . returnedItems ) { foreach ( var value in argument . returnedItems ) { returnedItemType ( value ) ; } }
561562 solutionType ( argument . solution ) ;
562563
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 ) ; } }
564565
565566 customerProfileIdType ( argument . profile ) ;
566567 extendedAmountType ( argument . surcharge ) ;
@@ -597,7 +598,7 @@ public static void creditCardMaskedType(creditCardMaskedType argument)
597598 if ( null != argument )
598599 {
599600 cardArt ( argument . cardArt ) ;
600- if ( argument . isPaymentToken ) { argument . isPaymentTokenSpecified = true ; }
601+ if ( argument . isPaymentToken ) { argument . isPaymentTokenSpecified = true ; }
601602 }
602603 }
603604 public static void cardArt ( cardArt argument )
@@ -787,9 +788,10 @@ public static void customerPaymentProfileMaskedType(customerPaymentProfileMasked
787788 if ( null != argument )
788789 {
789790 customerPaymentProfileBaseType ( argument ) ;
790- if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
791+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
791792 paymentMaskedType ( argument . payment ) ;
792793 driversLicenseMaskedType ( argument . driversLicense ) ;
794+ if ( argument . excludeFromAccountUpdater ) { argument . excludeFromAccountUpdaterSpecified = true ; }
793795 }
794796 }
795797 public static void customerPaymentProfileType ( customerPaymentProfileType argument )
@@ -799,8 +801,9 @@ public static void customerPaymentProfileType(customerPaymentProfileType argumen
799801 customerPaymentProfileBaseType ( argument ) ;
800802 paymentType ( argument . payment ) ;
801803 driversLicenseType ( argument . driversLicense ) ;
802- if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
804+ if ( argument . defaultPaymentProfile ) { argument . defaultPaymentProfileSpecified = true ; }
803805 subsequentAuthInformation ( argument . subsequentAuthInformation ) ;
806+ if ( argument . excludeFromAccountUpdater ) { argument . excludeFromAccountUpdaterSpecified = true ; }
804807 }
805808 }
806809 public static void customerPaymentProfileExType ( customerPaymentProfileExType argument )
@@ -830,15 +833,15 @@ public static void customerProfileMaskedType(customerProfileMaskedType argument)
830833 customerProfileExType ( argument ) ;
831834 if ( null != argument . paymentProfiles ) { foreach ( var value in argument . paymentProfiles ) { customerPaymentProfileMaskedType ( value ) ; } }
832835 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 ; }
834837 }
835838 }
836839 public static void customerProfileInfoExType ( customerProfileInfoExType argument )
837840 {
838841 if ( null != argument )
839842 {
840843 customerProfileExType ( argument ) ;
841- if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
844+ if ( 0 <= argument . profileType ) { argument . profileTypeSpecified = true ; }
842845 }
843846 }
844847 public static void customerProfileType ( customerProfileType argument )
@@ -848,7 +851,7 @@ public static void customerProfileType(customerProfileType argument)
848851 customerProfileBaseType ( argument ) ;
849852 if ( null != argument . paymentProfiles ) { foreach ( var value in argument . paymentProfiles ) { customerPaymentProfileType ( value ) ; } }
850853 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 ; }
852855 }
853856 }
854857 public static void ContactDetailType ( ContactDetailType argument )
@@ -1131,17 +1134,17 @@ public static void createCustomerProfileFromTransactionRequest(createCustomerPro
11311134 if ( null != argument )
11321135 {
11331136 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 ; }
11371140 }
11381141 }
11391142 public static void getCustomerProfileRequest ( getCustomerProfileRequest argument )
11401143 {
11411144 if ( null != argument )
11421145 {
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 ; }
11451148
11461149 }
11471150 }
@@ -1156,7 +1159,7 @@ public static void getCustomerPaymentProfileRequest(getCustomerPaymentProfileReq
11561159 {
11571160 if ( null != argument )
11581161 {
1159- if ( argument . includeIssuerInfo ) { argument . includeIssuerInfoSpecified = true ; }
1162+ if ( argument . includeIssuerInfo ) { argument . includeIssuerInfoSpecified = true ; }
11601163
11611164 }
11621165 }
@@ -1177,7 +1180,7 @@ public static void getCustomerShippingAddressResponse(getCustomerShippingAddress
11771180 {
11781181 if ( null != argument )
11791182 {
1180- if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1183+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
11811184 customerAddressExType ( argument . address ) ;
11821185 }
11831186 }
@@ -1220,7 +1223,7 @@ public static void updateCustomerShippingAddressRequest(updateCustomerShippingAd
12201223 if ( null != argument )
12211224 {
12221225 customerAddressExType ( argument . address ) ;
1223- if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
1226+ if ( argument . defaultShippingAddress ) { argument . defaultShippingAddressSpecified = true ; }
12241227 }
12251228 }
12261229 public static void updateCustomerShippingAddressResponse ( updateCustomerShippingAddressResponse argument )
@@ -1432,7 +1435,7 @@ public static void getHostedPaymentPageRequest(getHostedPaymentPageRequest argum
14321435 if ( null != argument )
14331436 {
14341437 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 ) ; } }
14361439 }
14371440 }
14381441 public static void getHostedPaymentPageResponse ( getHostedPaymentPageResponse argument )
@@ -1607,23 +1610,23 @@ public static void getAUJobSummaryResponse(getAUJobSummaryResponse argument)
16071610 {
16081611 if ( null != argument )
16091612 {
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 ) ; } }
16111614 }
16121615 }
16131616 public static void getAUJobDetailsRequest ( getAUJobDetailsRequest argument )
16141617 {
16151618 if ( null != argument )
16161619 {
1617- if ( 0 <= argument . modifiedTypeFilter ) { argument . modifiedTypeFilterSpecified = true ; }
1620+ if ( 0 <= argument . modifiedTypeFilter ) { argument . modifiedTypeFilterSpecified = true ; }
16181621 Paging ( argument . paging ) ;
16191622 }
16201623 }
16211624 public static void getAUJobDetailsResponse ( getAUJobDetailsResponse argument )
16221625 {
16231626 if ( null != argument )
16241627 {
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 ) ; } }
16271630 }
16281631 }
16291632
@@ -1636,8 +1639,8 @@ public static void getMerchantDetailsResponse(getMerchantDetailsResponse argumen
16361639 {
16371640 if ( null != argument )
16381641 {
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 ) ; } }
16411644 customerAddressType ( argument . businessInformation ) ;
16421645 if ( null != argument . contactDetails ) { foreach ( var value in argument . contactDetails ) { ContactDetailType ( value ) ; } }
16431646 }
0 commit comments