com.clover.remotepay.transport.TestCloverDeviceConfiguration.getCloverDeviceTypeName C# (CSharp) Method

getCloverDeviceTypeName() public method

public getCloverDeviceTypeName ( ) : string
return string
        public string getCloverDeviceTypeName()
        {
            return typeof(TestCloverDevice).AssemblyQualifiedName;
        }