public class GetTerminalsUnderAccountResponse extends Object
| Constructor and Description |
|---|
GetTerminalsUnderAccountResponse() |
public GetTerminalsUnderAccountResponse companyAccount(String companyAccount)
public String getCompanyAccount()
public void setCompanyAccount(String companyAccount)
public GetTerminalsUnderAccountResponse inventoryTerminals(List<String> inventoryTerminals)
public GetTerminalsUnderAccountResponse addInventoryTerminalsItem(String inventoryTerminalsItem)
public List<String> getInventoryTerminals()
public GetTerminalsUnderAccountResponse merchantAccounts(List<MerchantAccount> merchantAccounts)
public GetTerminalsUnderAccountResponse addMerchantAccountsItem(MerchantAccount merchantAccountsItem)
public List<MerchantAccount> getMerchantAccounts()
public void setMerchantAccounts(List<MerchantAccount> merchantAccounts)
Copyright © 2022. All rights reserved.