public static int GetPaymentMethodValue(this OrderEnum.PaymentMethodEnum orderType) { return(OrderEnum.PaymentMethodToValue(orderType)); }
public static int GetShippingMethodValue(this OrderEnum.ShippingMethodEnum orderType) { return(OrderEnum.ShippingMethodToValue(orderType)); }
public static int GetDisplayRowsValue(this OrderEnum.DisplayRowsEnum orderType) { return(OrderEnum.DisplayRowsToValue(orderType)); }
public static int GetPaymentStatusValue(this OrderEnum.PaymentStatusEnum orderType) { return(OrderEnum.PaymentStatusToValue(orderType)); }
public static int GetOrderTypeValue(this OrderEnum.OrderTypeEnum orderType) { return(OrderEnum.OrderTypeToValue(orderType)); }