public class Store extends Object
| Constructor and Description |
|---|
Store() |
| Modifier and Type | Method and Description |
|---|---|
Store |
addInStoreTerminalsItem(String inStoreTerminalsItem) |
Store |
address(Address address) |
Store |
description(String description) |
boolean |
equals(Object o) |
Address |
getAddress()
Get address
|
String |
getDescription()
The store description
|
List<String> |
getInStoreTerminals()
List of unique terminal IDs assigned to this store
|
String |
getMerchantAccountCode()
Merchant account code
|
String |
getStatus()
Store status.
|
String |
getStore()
The store code of the store.
|
int |
hashCode() |
Store |
inStoreTerminals(List<String> inStoreTerminals) |
Store |
merchantAccountCode(String merchantAccountCode) |
void |
setAddress(Address address) |
void |
setDescription(String description) |
void |
setInStoreTerminals(List<String> inStoreTerminals) |
void |
setMerchantAccountCode(String merchantAccountCode) |
void |
setStatus(String status) |
void |
setStore(String store) |
Store |
status(String status) |
Store |
store(String store) |
String |
toString() |
public Address getAddress()
public void setAddress(Address address)
public String getDescription()
public void setDescription(String description)
public List<String> getInStoreTerminals()
public String getMerchantAccountCode()
public void setMerchantAccountCode(String merchantAccountCode)
public String getStatus()
public void setStatus(String status)
public String getStore()
public void setStore(String store)
Copyright © 2022. All rights reserved.