TerminalProperty


JSON Response Example

{
  "Name": "StringValue",
  "Key": "StringValue",
  "Number": 1,
  "Type": 1,
  "Value": "StringValue"
}

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<TerminalProperty xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Name>StringValue</Name>
  <Key>StringValue</Key>
  <Number>1</Number>
  <Type>1</Type>
  <Value>StringValue</Value>
</TerminalProperty>