Uses of Class
model.UpdateMerchantProfileRequest
-
Packages that use UpdateMerchantProfileRequest Package Description api model -
-
Uses of UpdateMerchantProfileRequest in api
Methods in api with parameters of type UpdateMerchantProfileRequest Modifier and Type Method Description MerchantProfileMerchantProfilesApi. update(String merchantProfileId, UpdateMerchantProfileRequest updateMerchantProfileRequest)Update a Merchant Profile Update a `merchant_profile`.okhttp3.CallMerchantProfilesApi. updateMerchantProfileAsync(String merchantProfileId, UpdateMerchantProfileRequest updateMerchantProfileRequest, ApiCallback<MerchantProfile> _callback)Update a Merchant Profile (asynchronously) Update a `merchant_profile`.okhttp3.CallMerchantProfilesApi. updateMerchantProfileCall(String merchantProfileId, UpdateMerchantProfileRequest updateMerchantProfileRequest, ApiCallback _callback)Build call for updateMerchantProfileApiResponse<MerchantProfile>MerchantProfilesApi. updateMerchantProfileWithHttpInfo(String merchantProfileId, UpdateMerchantProfileRequest updateMerchantProfileRequest)Update a Merchant Profile Update a `merchant_profile`. -
Uses of UpdateMerchantProfileRequest in model
Methods in model that return UpdateMerchantProfileRequest Modifier and Type Method Description UpdateMerchantProfileRequestUpdateMerchantProfileRequest. feeProfile(String feeProfile)static UpdateMerchantProfileRequestUpdateMerchantProfileRequest. fromJson(String jsonString)Create an instance of UpdateMerchantProfileRequest given an JSON stringUpdateMerchantProfileRequestUpdateMerchantProfileRequest. putTagsItem(String key, String tagsItem)UpdateMerchantProfileRequestUpdateMerchantProfileRequest. riskProfile(String riskProfile)UpdateMerchantProfileRequestUpdateMerchantProfileRequest. tags(Map<String,String> tags)
-