@@ -386,9 +386,9 @@ public ApiResponse< PtsV2ModifyBillingAgreementPost201Response > BillingAgreemen
386386 localVarPostBody = modifyBillingAgreement ; // byte array
387387 }
388388
389- bool isMLESupportedByCybsForApi = true ;
389+ String inboundMLEStatus = "optional" ;
390390 MerchantConfig merchantConfig = new MerchantConfig ( Configuration . MerchantConfigDictionaryObj , Configuration . MapToControlMLEonAPI ) ;
391- if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , isMLESupportedByCybsForApi , "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo" ) )
391+ if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , inboundMLEStatus , "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo" ) )
392392 {
393393 try
394394 {
@@ -508,9 +508,9 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2ModifyBillingAgreement
508508 localVarPostBody = modifyBillingAgreement ; // byte array
509509 }
510510
511- bool isMLESupportedByCybsForApi = true ;
511+ String inboundMLEStatus = "optional" ;
512512 MerchantConfig merchantConfig = new MerchantConfig ( Configuration . MerchantConfigDictionaryObj , Configuration . MapToControlMLEonAPI ) ;
513- if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , isMLESupportedByCybsForApi , "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo" ) )
513+ if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , inboundMLEStatus , "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo" ) )
514514 {
515515 try
516516 {
@@ -628,9 +628,9 @@ public ApiResponse< PtsV2CreditsPost201Response1 > BillingAgreementsIntimationWi
628628 localVarPostBody = intimateBillingAgreement ; // byte array
629629 }
630630
631- bool isMLESupportedByCybsForApi = true ;
631+ String inboundMLEStatus = "optional" ;
632632 MerchantConfig merchantConfig = new MerchantConfig ( Configuration . MerchantConfigDictionaryObj , Configuration . MapToControlMLEonAPI ) ;
633- if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , isMLESupportedByCybsForApi , "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo" ) )
633+ if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , inboundMLEStatus , "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo" ) )
634634 {
635635 try
636636 {
@@ -750,9 +750,9 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
750750 localVarPostBody = intimateBillingAgreement ; // byte array
751751 }
752752
753- bool isMLESupportedByCybsForApi = true ;
753+ String inboundMLEStatus = "optional" ;
754754 MerchantConfig merchantConfig = new MerchantConfig ( Configuration . MerchantConfigDictionaryObj , Configuration . MapToControlMLEonAPI ) ;
755- if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , isMLESupportedByCybsForApi , "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo" ) )
755+ if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , inboundMLEStatus , "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo" ) )
756756 {
757757 try
758758 {
@@ -857,9 +857,9 @@ public ApiResponse< PtsV2CreateBillingAgreementPost201Response > BillingAgreemen
857857 localVarPostBody = createBillingAgreement ; // byte array
858858 }
859859
860- bool isMLESupportedByCybsForApi = true ;
860+ String inboundMLEStatus = "optional" ;
861861 MerchantConfig merchantConfig = new MerchantConfig ( Configuration . MerchantConfigDictionaryObj , Configuration . MapToControlMLEonAPI ) ;
862- if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , isMLESupportedByCybsForApi , "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo" ) )
862+ if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , inboundMLEStatus , "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo" ) )
863863 {
864864 try
865865 {
@@ -966,9 +966,9 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreateBillingAgreement
966966 localVarPostBody = createBillingAgreement ; // byte array
967967 }
968968
969- bool isMLESupportedByCybsForApi = true ;
969+ String inboundMLEStatus = "optional" ;
970970 MerchantConfig merchantConfig = new MerchantConfig ( Configuration . MerchantConfigDictionaryObj , Configuration . MapToControlMLEonAPI ) ;
971- if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , isMLESupportedByCybsForApi , "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo" ) )
971+ if ( MLEUtility . CheckIsMLEForAPI ( merchantConfig , inboundMLEStatus , "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo" ) )
972972 {
973973 try
974974 {
0 commit comments