public class FindTerminalResponse extends Object
| Constructor and Description |
|---|
FindTerminalResponse() |
| Modifier and Type | Method and Description |
|---|---|
FindTerminalResponse |
companyAccount(String companyAccount) |
boolean |
equals(Object o) |
String |
getCompanyAccount()
The company account that the terminal is associated with.
|
String |
getMerchantAccount()
The merchant account that the terminal is associated with.
|
String |
getStore()
The store code of the store that the terminal is assigned to.
|
String |
getTerminal()
The unique terminal ID.
|
int |
hashCode() |
Boolean |
isMerchantInventory()
Boolean that indicates if the terminal is assigned to the merchant inventory.
|
FindTerminalResponse |
merchantAccount(String merchantAccount) |
FindTerminalResponse |
merchantInventory(Boolean merchantInventory) |
void |
setCompanyAccount(String companyAccount) |
void |
setMerchantAccount(String merchantAccount) |
void |
setMerchantInventory(Boolean merchantInventory) |
void |
setStore(String store) |
void |
setTerminal(String terminal) |
FindTerminalResponse |
store(String store) |
FindTerminalResponse |
terminal(String terminal) |
String |
toString() |
public FindTerminalResponse companyAccount(String companyAccount)
public String getCompanyAccount()
public void setCompanyAccount(String companyAccount)
public FindTerminalResponse merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public FindTerminalResponse merchantInventory(Boolean merchantInventory)
public Boolean isMerchantInventory()
public void setMerchantInventory(Boolean merchantInventory)
public FindTerminalResponse store(String store)
public String getStore()
public void setStore(String store)
public FindTerminalResponse terminal(String terminal)
public String getTerminal()
public void setTerminal(String terminal)
Copyright © 2022. All rights reserved.