Class GetTerminalsUnderAccountRequest


  • public class GetTerminalsUnderAccountRequest
    extends Object
    GetTerminalsUnderAccountRequest
    • Constructor Detail

      • GetTerminalsUnderAccountRequest

        public GetTerminalsUnderAccountRequest()
    • Method Detail

      • 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)
      • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object