//----------------------------------------------------------------------------------------- public string getCheckoutMethod() { return(m_CheckoutMethod.ToString()); }
//----------------------------------------------------------------------------------------- string checkoutMethodName(CheckoutMethod _method) { return(_method.ToString()); }