Class Store
- java.lang.Object
-
- com.adyen.model.posterminalmanagement.Store
-
public class Store extends Object
Store
-
-
Constructor Summary
Constructors Constructor Description Store()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoreaddInStoreTerminalsItem(String inStoreTerminalsItem)Storeaddress(Address address)Storedescription(String description)booleanequals(Object o)AddressgetAddress()Get addressStringgetDescription()The store descriptionList<String>getInStoreTerminals()List of unique terminal IDs assigned to this storeStringgetMerchantAccountCode()Merchant account codeStringgetStatus()Store status.StringgetStore()The store code of the store.inthashCode()StoreinStoreTerminals(List<String> inStoreTerminals)StoremerchantAccountCode(String merchantAccountCode)voidsetAddress(Address address)voidsetDescription(String description)voidsetInStoreTerminals(List<String> inStoreTerminals)voidsetMerchantAccountCode(String merchantAccountCode)voidsetStatus(String status)voidsetStore(String store)Storestatus(String status)Storestore(String store)StringtoString()
-
-
-
Method Detail
-
getAddress
public Address getAddress()
Get address- Returns:
- address
-
setAddress
public void setAddress(Address address)
-
getDescription
public String getDescription()
The store description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
getInStoreTerminals
public List<String> getInStoreTerminals()
List of unique terminal IDs assigned to this store- Returns:
- inStoreTerminals
-
getMerchantAccountCode
public String getMerchantAccountCode()
Merchant account code- Returns:
- merchantAccountCode
-
setMerchantAccountCode
public void setMerchantAccountCode(String merchantAccountCode)
-
getStatus
public String getStatus()
Store status. Possible values: - `PreActive`: The store has been created, but not yet activated. - `Active`: The store has been activated. This means you can process payments over the store. - `Inactive`: The store is currently not active. - `InactiveWithModifications`: The store is currently not active, but payment modifications such as refunds are still allowed. - `Closed`: The store has been closed.- Returns:
- status
-
setStatus
public void setStatus(String status)
-
getStore
public String getStore()
The store code of the store.- Returns:
- store
-
setStore
public void setStore(String store)
-
-