Class GetTerminalsUnderAccountResponse


  • public class GetTerminalsUnderAccountResponse
    extends Object
    GetTerminalsUnderAccountResponse
    • Constructor Detail

      • GetTerminalsUnderAccountResponse

        public GetTerminalsUnderAccountResponse()
    • Method Detail

      • getCompanyAccount

        public String getCompanyAccount()
        Your company account.
        Returns:
        companyAccount
      • setCompanyAccount

        public void setCompanyAccount​(String companyAccount)
        Your company account.
        Parameters:
        companyAccount -
      • getInventoryTerminals

        public List<String> getInventoryTerminals()
        Array that returns a list of all terminals that are in the inventory of the company account.
        Returns:
        inventoryTerminals
      • setInventoryTerminals

        public void setInventoryTerminals​(List<String> inventoryTerminals)
        Array that returns a list of all terminals that are in the inventory of the company account.
        Parameters:
        inventoryTerminals -
      • 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)
        Array that returns a list of all merchant accounts belonging to the company account.
        Parameters:
        merchantAccounts -
      • equals

        public boolean equals​(Object o)
        Return true if this GetTerminalsUnderAccountResponse object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static GetTerminalsUnderAccountResponse fromJson​(String jsonString)
                                                         throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of GetTerminalsUnderAccountResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of GetTerminalsUnderAccountResponse
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to GetTerminalsUnderAccountResponse
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of GetTerminalsUnderAccountResponse to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException