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)MerchantAccountMerchantAccount. inventoryTerminals(List<String> inventoryTerminals)MerchantAccountMerchantAccount. merchantAccount(String merchantAccount)MerchantAccountMerchantAccount. stores(List<Store> stores)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)voidGetTerminalsUnderAccountResponse. setMerchantAccounts(List<MerchantAccount> merchantAccounts)Array that returns a list of all merchant accounts belonging to the company account.
-