Class MerchantAccount
- java.lang.Object
-
- com.adyen.model.posterminalmanagement.MerchantAccount
-
public class MerchantAccount extends Object
MerchantAccount
-
-
Constructor Summary
Constructors Constructor Description MerchantAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantAccountaddInStoreTerminalsItem(String inStoreTerminalsItem)MerchantAccountaddInventoryTerminalsItem(String inventoryTerminalsItem)MerchantAccountaddStoresItem(Store storesItem)booleanequals(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.StringgetMerchantAccount()The merchant account.List<Store>getStores()Array of stores under this merchant account.inthashCode()MerchantAccountinStoreTerminals(List<String> inStoreTerminals)MerchantAccountinventoryTerminals(List<String> inventoryTerminals)MerchantAccountmerchantAccount(String merchantAccount)voidsetInStoreTerminals(List<String> inStoreTerminals)voidsetInventoryTerminals(List<String> inventoryTerminals)voidsetMerchantAccount(String merchantAccount)voidsetStores(List<Store> stores)MerchantAccountstores(List<Store> stores)StringtoString()
-
-
-
Method Detail
-
inStoreTerminals
public MerchantAccount inStoreTerminals(List<String> inStoreTerminals)
-
addInStoreTerminalsItem
public MerchantAccount addInStoreTerminalsItem(String inStoreTerminalsItem)
-
getInStoreTerminals
public List<String> getInStoreTerminals()
List of terminals assigned to this merchant account as in-store terminals. This means that the terminal is ready to be boarded, or is already boarded.- Returns:
- inStoreTerminals
-
inventoryTerminals
public MerchantAccount inventoryTerminals(List<String> inventoryTerminals)
-
addInventoryTerminalsItem
public MerchantAccount addInventoryTerminalsItem(String inventoryTerminalsItem)
-
getInventoryTerminals
public List<String> getInventoryTerminals()
List of terminals assigned to the inventory of this merchant account.- Returns:
- inventoryTerminals
-
merchantAccount
public MerchantAccount merchantAccount(String merchantAccount)
-
getMerchantAccount
public String getMerchantAccount()
The merchant account.- Returns:
- merchantAccount
-
setMerchantAccount
public void setMerchantAccount(String merchantAccount)
-
stores
public MerchantAccount stores(List<Store> stores)
-
addStoresItem
public MerchantAccount addStoresItem(Store storesItem)
-
getStores
public List<Store> getStores()
Array of stores under this merchant account.- Returns:
- stores
-
-