Uses of Class
model.UpdateMerchantRequest
-
Packages that use UpdateMerchantRequest Package Description api model -
-
Uses of UpdateMerchantRequest in api
Methods in api with parameters of type UpdateMerchantRequest Modifier and Type Method Description MerchantMerchantsApi. update(String merchantId, UpdateMerchantRequest updateMerchantRequest)Update a Merchant Update a `Merchant` to: - Change the `Identity` information saved with the underlying processor - Enable Level 2/3 processing - Enable [Buyer Chages](/guides/payments/buyer-charges/)okhttp3.CallMerchantsApi. updateMerchantAsync(String merchantId, UpdateMerchantRequest updateMerchantRequest, ApiCallback<Merchant> _callback)Update a Merchant (asynchronously) Update a `Merchant` to: - Change the `Identity` information saved with the underlying processor - Enable Level 2/3 processing - Enable [Buyer Chages](/guides/payments/buyer-charges/)okhttp3.CallMerchantsApi. updateMerchantCall(String merchantId, UpdateMerchantRequest updateMerchantRequest, ApiCallback _callback)Build call for updateMerchantApiResponse<Merchant>MerchantsApi. updateMerchantWithHttpInfo(String merchantId, UpdateMerchantRequest updateMerchantRequest)Update a Merchant Update a `Merchant` to: - Change the `Identity` information saved with the underlying processor - Enable Level 2/3 processing - Enable [Buyer Chages](/guides/payments/buyer-charges/) -
Uses of UpdateMerchantRequest in model
Methods in model that return UpdateMerchantRequest Modifier and Type Method Description UpdateMerchantRequestUpdateMerchantRequest. cardCvvRequired(Boolean cardCvvRequired)UpdateMerchantRequestUpdateMerchantRequest. cardExpirationDateRequired(Boolean cardExpirationDateRequired)UpdateMerchantRequestUpdateMerchantRequest. convenienceChargesEnabled(Boolean convenienceChargesEnabled)UpdateMerchantRequestUpdateMerchantRequest. creatingTransferFromReportEnabled(Boolean creatingTransferFromReportEnabled)UpdateMerchantRequestUpdateMerchantRequest. feeReadyToSettleUpon(String feeReadyToSettleUpon)static UpdateMerchantRequestUpdateMerchantRequest. fromJson(String jsonString)Create an instance of UpdateMerchantRequest given an JSON stringUpdateMerchantRequestUpdateMerchantRequest. grossSettlementEnabled(Boolean grossSettlementEnabled)UpdateMerchantRequestUpdateMerchantRequest. levelTwoLevelThreeDataEnabled(Boolean levelTwoLevelThreeDataEnabled)UpdateMerchantRequestUpdateMerchantRequest. merchantName(String merchantName)UpdateMerchantRequestUpdateMerchantRequest. processingEnabled(Boolean processingEnabled)UpdateMerchantRequestUpdateMerchantRequest. putTagsItem(String key, String tagsItem)UpdateMerchantRequestUpdateMerchantRequest. readyToSettleUpon(String readyToSettleUpon)UpdateMerchantRequestUpdateMerchantRequest. rentSurchargesEnabled(Boolean rentSurchargesEnabled)UpdateMerchantRequestUpdateMerchantRequest. settlementEnabled(Boolean settlementEnabled)UpdateMerchantRequestUpdateMerchantRequest. settlementFundingIdentifier(String settlementFundingIdentifier)UpdateMerchantRequestUpdateMerchantRequest. tags(Map<String,String> tags)
-