Uses of Class
com.adyen.model.posterminalmanagement.MerchantAccount
-
Packages that use MerchantAccount Package Description com.adyen.model.posterminalmanagement -
-
Uses of MerchantAccount in com.adyen.model.posterminalmanagement
Methods in com.adyen.model.posterminalmanagement that return MerchantAccount Modifier and Type Method Description MerchantAccountMerchantAccount. addInStoreTerminalsItem(String inStoreTerminalsItem)MerchantAccountMerchantAccount. addInventoryTerminalsItem(String inventoryTerminalsItem)MerchantAccountMerchantAccount. addStoresItem(Store storesItem)static MerchantAccountMerchantAccount. fromJson(String jsonString)Create an instance of MerchantAccount given an JSON stringMerchantAccountMerchantAccount. inStoreTerminals(List<String> inStoreTerminals)List of terminals assigned to this merchant account as in-store terminals.MerchantAccountMerchantAccount. inventoryTerminals(List<String> inventoryTerminals)List of terminals assigned to the inventory of this merchant account.MerchantAccountMerchantAccount. merchantAccount(String merchantAccount)The merchant account.MerchantAccountMerchantAccount. stores(List<Store> stores)Array of stores under this merchant account.Methods in com.adyen.model.posterminalmanagement that return types with arguments of type MerchantAccount Modifier and Type Method Description List<MerchantAccount>GetTerminalsUnderAccountResponse. getMerchantAccounts()Array that returns a list of all merchant accounts belonging to the company account.Methods in com.adyen.model.posterminalmanagement with parameters of type MerchantAccount Modifier and Type Method Description GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. addMerchantAccountsItem(MerchantAccount merchantAccountsItem)Method parameters in com.adyen.model.posterminalmanagement with type arguments of type MerchantAccount Modifier and Type Method Description GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. merchantAccounts(List<MerchantAccount> merchantAccounts)Array that returns a list of all merchant accounts belonging to the company account.voidGetTerminalsUnderAccountResponse. setMerchantAccounts(List<MerchantAccount> merchantAccounts)Array that returns a list of all merchant accounts belonging to the company account.
-