Package net.authorize.api.contract.v1
Class TransRetailInfoType
- java.lang.Object
-
- net.authorize.api.contract.v1.TransRetailInfoType
-
public class TransRetailInfoType extends Object
Java class for transRetailInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transRetailInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="deviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customerSignature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="terminalNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcustomerSignatureprotected StringdeviceTypeprotected StringmarketTypeprotected StringterminalNumber
-
Constructor Summary
Constructors Constructor Description TransRetailInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerSignature()Gets the value of the customerSignature property.StringgetDeviceType()Gets the value of the deviceType property.StringgetMarketType()Gets the value of the marketType property.StringgetTerminalNumber()Gets the value of the terminalNumber property.voidsetCustomerSignature(String value)Sets the value of the customerSignature property.voidsetDeviceType(String value)Sets the value of the deviceType property.voidsetMarketType(String value)Sets the value of the marketType property.voidsetTerminalNumber(String value)Sets the value of the terminalNumber property.
-
-
-
Method Detail
-
getMarketType
public String getMarketType()
Gets the value of the marketType property.- Returns:
- possible object is
String
-
setMarketType
public void setMarketType(String value)
Sets the value of the marketType property.- Parameters:
value- allowed object isString
-
getDeviceType
public String getDeviceType()
Gets the value of the deviceType property.- Returns:
- possible object is
String
-
setDeviceType
public void setDeviceType(String value)
Sets the value of the deviceType property.- Parameters:
value- allowed object isString
-
getCustomerSignature
public String getCustomerSignature()
Gets the value of the customerSignature property.- Returns:
- possible object is
String
-
setCustomerSignature
public void setCustomerSignature(String value)
Sets the value of the customerSignature property.- Parameters:
value- allowed object isString
-
getTerminalNumber
public String getTerminalNumber()
Gets the value of the terminalNumber property.- Returns:
- possible object is
String
-
-