Class GetTerminalsUnderAccountResponse
- java.lang.Object
-
- com.adyen.model.posterminalmanagement.GetTerminalsUnderAccountResponse
-
public class GetTerminalsUnderAccountResponse extends Object
GetTerminalsUnderAccountResponse
-
-
Constructor Summary
Constructors Constructor Description GetTerminalsUnderAccountResponse()
-
Method Summary
-
-
-
Method Detail
-
companyAccount
public GetTerminalsUnderAccountResponse companyAccount(String companyAccount)
-
getCompanyAccount
public String getCompanyAccount()
Your company account.- Returns:
- companyAccount
-
setCompanyAccount
public void setCompanyAccount(String companyAccount)
-
inventoryTerminals
public GetTerminalsUnderAccountResponse inventoryTerminals(List<String> inventoryTerminals)
-
addInventoryTerminalsItem
public GetTerminalsUnderAccountResponse addInventoryTerminalsItem(String inventoryTerminalsItem)
-
getInventoryTerminals
public List<String> getInventoryTerminals()
Array that returns a list of all terminals that are in the inventory of the company account.- Returns:
- inventoryTerminals
-
merchantAccounts
public GetTerminalsUnderAccountResponse merchantAccounts(List<MerchantAccount> merchantAccounts)
-
addMerchantAccountsItem
public GetTerminalsUnderAccountResponse addMerchantAccountsItem(MerchantAccount merchantAccountsItem)
-
getMerchantAccounts
public List<MerchantAccount> getMerchantAccounts()
Array that returns a list of all merchant accounts belonging to the company account.- Returns:
- merchantAccounts
-
setMerchantAccounts
public void setMerchantAccounts(List<MerchantAccount> merchantAccounts)
-
-