Uses of Class
model.UpdateMerchantRequest
Packages that use UpdateMerchantRequest
-
Uses of UpdateMerchantRequest in api
Methods in api with parameters of type UpdateMerchantRequestModifier and TypeMethodDescriptionokhttp3.CallMerchantsApi.putMerchantAsync(String merchantId, UpdateMerchantRequest updateMerchantRequest, ApiCallback<Merchant> _callback) Update a Merchant (asynchronously) Update a `Merchant` to change the `Identity` information saved with the underlying processor, or enable Level 2/3 processing.okhttp3.CallMerchantsApi.putMerchantCall(String merchantId, UpdateMerchantRequest updateMerchantRequest, ApiCallback _callback) Build call for putMerchantMerchantsApi.putMerchantWithHttpInfo(String merchantId, UpdateMerchantRequest updateMerchantRequest) Update a Merchant Update a `Merchant` to change the `Identity` information saved with the underlying processor, or enable Level 2/3 processing.MerchantsApi.update(String merchantId, UpdateMerchantRequest updateMerchantRequest) Update a Merchant Update a `Merchant` to change the `Identity` information saved with the underlying processor, or enable Level 2/3 processing. -
Uses of UpdateMerchantRequest in model
Methods in model that return UpdateMerchantRequestModifier and TypeMethodDescriptionstatic UpdateMerchantRequestCreate an instance of UpdateMerchantRequest given an JSON stringUpdateMerchantRequest.levelTwoLevelThreeDataEnabled(Boolean levelTwoLevelThreeDataEnabled) UpdateMerchantRequest.putTagsItem(String key, String tagsItem)