예제 #1
0
 public static int GetFeeTypeValue(this CustomerOrder.FeeTypeEnum orderType)
 {
     return(CustomerOrder.FeeTypeToValue(orderType));
 }
예제 #2
0
 public static int GetMoneyChangeTypeValue(this CustomerOrder.MoneyChangeTypeEnum orderType)
 {
     return(CustomerOrder.MoneyChangeTypeToValue(orderType));
 }
예제 #3
0
 public static int GetSensitiveTypeInfosTypeValue(this CustomerOrder.SensitiveTypeInfosTypeEnum orderType)
 {
     return(CustomerOrder.SensitiveTypeInfosTypeToValue(orderType));
 }
예제 #4
0
 public static int GetInsuredCalculationsTypeValue(this CustomerOrder.InsuredCalculationsTypeEnum orderType)
 {
     return(CustomerOrder.InsuredCalculationsTypeToValue(orderType));
 }
예제 #5
0
 public static int GetApplicationTypeValue(this CustomerOrder.ApplicationTypeEnum orderType)
 {
     return(CustomerOrder.ApplicationTypeToValue(orderType));
 }
예제 #6
0
 public static int GetStatusValue(this CustomerOrder.StatusEnum orderType)
 {
     return(CustomerOrder.StatusToValue(orderType));
 }