public class MerchantAccount extends Object
| Constructor and Description |
|---|
MerchantAccount() |
| Modifier and Type | Method and Description |
|---|---|
MerchantAccount |
addInStoreTerminalsItem(String inStoreTerminalsItem) |
MerchantAccount |
addInventoryTerminalsItem(String inventoryTerminalsItem) |
MerchantAccount |
addStoresItem(Store storesItem) |
boolean |
equals(Object o) |
List<String> |
getInStoreTerminals()
List of terminals assigned to this merchant account as in-store terminals.
|
List<String> |
getInventoryTerminals()
List of terminals assigned to the inventory of this merchant account.
|
String |
getMerchantAccount()
The merchant account.
|
List<Store> |
getStores()
Array of stores under this merchant account.
|
int |
hashCode() |
MerchantAccount |
inStoreTerminals(List<String> inStoreTerminals) |
MerchantAccount |
inventoryTerminals(List<String> inventoryTerminals) |
MerchantAccount |
merchantAccount(String merchantAccount) |
void |
setInStoreTerminals(List<String> inStoreTerminals) |
void |
setInventoryTerminals(List<String> inventoryTerminals) |
void |
setMerchantAccount(String merchantAccount) |
void |
setStores(List<Store> stores) |
MerchantAccount |
stores(List<Store> stores) |
String |
toString() |
public MerchantAccount inStoreTerminals(List<String> inStoreTerminals)
public MerchantAccount addInStoreTerminalsItem(String inStoreTerminalsItem)
public List<String> getInStoreTerminals()
public MerchantAccount inventoryTerminals(List<String> inventoryTerminals)
public MerchantAccount addInventoryTerminalsItem(String inventoryTerminalsItem)
public List<String> getInventoryTerminals()
public MerchantAccount merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public MerchantAccount stores(List<Store> stores)
public MerchantAccount addStoresItem(Store storesItem)
public List<Store> getStores()
Copyright © 2022. All rights reserved.