Class GetTerminalsUnderAccountRequest
- java.lang.Object
-
- com.adyen.model.posterminalmanagement.GetTerminalsUnderAccountRequest
-
public class GetTerminalsUnderAccountRequest extends Object
GetTerminalsUnderAccountRequest
-
-
Constructor Summary
Constructors Constructor Description GetTerminalsUnderAccountRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTerminalsUnderAccountRequestcompanyAccount(String companyAccount)booleanequals(Object o)StringgetCompanyAccount()Your company account.StringgetMerchantAccount()The merchant account.StringgetStore()The store code of the store.inthashCode()GetTerminalsUnderAccountRequestmerchantAccount(String merchantAccount)voidsetCompanyAccount(String companyAccount)voidsetMerchantAccount(String merchantAccount)voidsetStore(String store)GetTerminalsUnderAccountRequeststore(String store)StringtoString()
-
-
-
Method Detail
-
companyAccount
public GetTerminalsUnderAccountRequest companyAccount(String companyAccount)
-
getCompanyAccount
public String getCompanyAccount()
Your company account. If you only specify this parameter, the response includes all terminals at all account levels.- Returns:
- companyAccount
-
setCompanyAccount
public void setCompanyAccount(String companyAccount)
-
merchantAccount
public GetTerminalsUnderAccountRequest merchantAccount(String merchantAccount)
-
getMerchantAccount
public String getMerchantAccount()
The merchant account. This is required if you are retrieving the terminals assigned to a store.If you don't specify a `store` the response includes the terminals assigned to the specified merchant account and the terminals assigned to the stores under this merchant account.- Returns:
- merchantAccount
-
setMerchantAccount
public void setMerchantAccount(String merchantAccount)
-
store
public GetTerminalsUnderAccountRequest store(String store)
-
getStore
public String getStore()
The store code of the store. With this parameter, the response only includes the terminals assigned to the specified store.- Returns:
- store
-
setStore
public void setStore(String store)
-
-