| Package | Description |
|---|---|
| com.adyen.model.posterminalmanagement |
| Modifier and Type | Method and Description |
|---|---|
Store |
Store.addInStoreTerminalsItem(String inStoreTerminalsItem) |
Store |
Store.address(Address address) |
Store |
Store.description(String description) |
Store |
GetTerminalDetailsResponse.getStoreDetails()
Get storeDetails
|
Store |
Store.inStoreTerminals(List<String> inStoreTerminals) |
Store |
Store.merchantAccountCode(String merchantAccountCode) |
Store |
Store.status(String status) |
Store |
Store.store(String store) |
| Modifier and Type | Method and Description |
|---|---|
List<Store> |
GetStoresUnderAccountResponse.getStores()
Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.
|
List<Store> |
MerchantAccount.getStores()
Array of stores under this merchant account.
|
| Modifier and Type | Method and Description |
|---|---|
GetStoresUnderAccountResponse |
GetStoresUnderAccountResponse.addStoresItem(Store storesItem) |
MerchantAccount |
MerchantAccount.addStoresItem(Store storesItem) |
void |
GetTerminalDetailsResponse.setStoreDetails(Store storeDetails) |
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.storeDetails(Store storeDetails) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetStoresUnderAccountResponse.setStores(List<Store> stores) |
void |
MerchantAccount.setStores(List<Store> stores) |
GetStoresUnderAccountResponse |
GetStoresUnderAccountResponse.stores(List<Store> stores) |
MerchantAccount |
MerchantAccount.stores(List<Store> stores) |
Copyright © 2022. All rights reserved.