public static int GetFeeTypeValue(this CustomerOrder.FeeTypeEnum orderType)
 {
     return(CustomerOrder.FeeTypeToValue(orderType));
 }
 public static int GetMoneyChangeTypeValue(this CustomerOrder.MoneyChangeTypeEnum orderType)
 {
     return(CustomerOrder.MoneyChangeTypeToValue(orderType));
 }
 public static int GetSensitiveTypeInfosTypeValue(this CustomerOrder.SensitiveTypeInfosTypeEnum orderType)
 {
     return(CustomerOrder.SensitiveTypeInfosTypeToValue(orderType));
 }
 public static int GetInsuredCalculationsTypeValue(this CustomerOrder.InsuredCalculationsTypeEnum orderType)
 {
     return(CustomerOrder.InsuredCalculationsTypeToValue(orderType));
 }
 public static int GetApplicationTypeValue(this CustomerOrder.ApplicationTypeEnum orderType)
 {
     return(CustomerOrder.ApplicationTypeToValue(orderType));
 }
 public static int GetStatusValue(this CustomerOrder.StatusEnum orderType)
 {
     return(CustomerOrder.StatusToValue(orderType));
 }