public static void EnumCollection(EnumCollection argument)
 {
     if (null != argument)
     {
         customerProfileSummaryType(argument.customerProfileSummaryType);
         paymentSimpleType(argument.paymentSimpleType);
     }
 }
 public static void EnumCollection(EnumCollection enumCollectionRequest)
 {
     if (null != enumCollectionRequest)
     {
         paymentSimpleType(enumCollectionRequest.paymentSimpleType);
     }
 }