Uses of Class
com.blockchyp.client.dto.MerchantUser
Packages that use MerchantUser
-
Uses of MerchantUser in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type MerchantUserModifier and TypeMethodDescriptionMerchantUsersResponse.getResults()Gets users and pending invites associated with the merchant.Methods in com.blockchyp.client.dto with parameters of type MerchantUserModifier and TypeMethodDescriptionvoidMerchantUsersResponse.addResult(MerchantUser value) Adds a users and pending invites associated with the merchant.Method parameters in com.blockchyp.client.dto with type arguments of type MerchantUserModifier and TypeMethodDescriptionvoidMerchantUsersResponse.setResults(Collection<MerchantUser> value) Sets users and pending invites associated with the merchant.