Uses of Class
com.blockchyp.client.dto.MerchantProfileResponse
Packages that use MerchantProfileResponse
-
Uses of MerchantProfileResponse in com.blockchyp.client
Methods in com.blockchyp.client that return MerchantProfileResponseModifier and TypeMethodDescriptionBlockChypClient.addTestMerchant(AddTestMerchantRequest request) Adds a test merchant account.BlockChypClient.merchantProfile(MerchantProfileRequest request) Returns profile information for a merchant.BlockChypClient.updateMerchant(MerchantProfile request) Adds or updates a merchant account. -
Uses of MerchantProfileResponse in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type MerchantProfileResponseModifier and TypeMethodDescriptionGetMerchantsResponse.getMerchants()Gets merchants in the current page of results.Methods in com.blockchyp.client.dto with parameters of type MerchantProfileResponseModifier and TypeMethodDescriptionvoidGetMerchantsResponse.addMerchant(MerchantProfileResponse value) Adds a merchants in the current page of results.Method parameters in com.blockchyp.client.dto with type arguments of type MerchantProfileResponseModifier and TypeMethodDescriptionvoidGetMerchantsResponse.setMerchants(Collection<MerchantProfileResponse> value) Sets merchants in the current page of results.