Uses of Class
model.Merchant
-
Packages that use Merchant Package Description api model -
-
Uses of Merchant in api
Methods in api that return Merchant Modifier and Type Method Description MerchantMerchantsApi. create(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest)Create a Merchant Create a `Merchant` to start the underwriting (also called provisioning) process for your merchant.MerchantMerchantsApi. get(String merchantId)Fetch a Merchant Retrieve the details of a `Merchant`.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/)Methods in api that return types with arguments of type Merchant Modifier and Type Method Description ApiResponse<Merchant>MerchantsApi. createMerchantWithHttpInfo(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest)Create a Merchant Create a `Merchant` to start the underwriting (also called provisioning) process for your merchant.ApiResponse<Merchant>MerchantsApi. getMerchantWithHttpInfo(String merchantId)Fetch a Merchant Retrieve the details of a `Merchant`.ApiResponse<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/)Method parameters in api with type arguments of type Merchant Modifier and Type Method Description okhttp3.CallMerchantsApi. createMerchantAsync(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest, ApiCallback<Merchant> _callback)Create a Merchant (asynchronously) Create a `Merchant` to start the underwriting (also called provisioning) process for your merchant.okhttp3.CallMerchantsApi. getMerchantAsync(String merchantId, ApiCallback<Merchant> _callback)Fetch a Merchant (asynchronously) Retrieve the details of a `Merchant`.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/) -
Uses of Merchant in model
Methods in model that return Merchant Modifier and Type Method Description MerchantMerchant. application(String application)MerchantMerchant. cardCvvRequired(Boolean cardCvvRequired)MerchantMerchant. cardExpirationDateRequired(Boolean cardExpirationDateRequired)MerchantMerchant. convenienceChargesEnabled(Boolean convenienceChargesEnabled)MerchantMerchant. createdAt(OffsetDateTime createdAt)MerchantMerchant. creatingTransferFromReportEnabled(Boolean creatingTransferFromReportEnabled)MerchantMerchant. feeReadyToSettleUpon(String feeReadyToSettleUpon)static MerchantMerchant. fromJson(String jsonString)Create an instance of Merchant given an JSON stringMerchantMerchant. grossSettlementEnabled(Boolean grossSettlementEnabled)MerchantMerchant. id(String id)MerchantMerchant. identity(String identity)MerchantMerchant. levelTwoLevelThreeDataEnabled(Boolean levelTwoLevelThreeDataEnabled)MerchantMerchant. links(MerchantLinks links)MerchantMerchant. mcc(String mcc)MerchantMerchant. merchantName(String merchantName)MerchantMerchant. merchantProfile(String merchantProfile)MerchantMerchant. mid(String mid)MerchantMerchant. onboardingState(Merchant.OnboardingStateEnum onboardingState)MerchantMerchant. processingEnabled(Boolean processingEnabled)MerchantMerchant. processor(String processor)MerchantMerchant. processorDetails(MerchantProcessorDetails processorDetails)MerchantMerchant. putTagsItem(String key, String tagsItem)MerchantMerchant. readyToSettleUpon(String readyToSettleUpon)MerchantMerchant. rentSurchargesEnabled(Boolean rentSurchargesEnabled)MerchantMerchant. settlementEnabled(Boolean settlementEnabled)MerchantMerchant. settlementFundingIdentifier(String settlementFundingIdentifier)MerchantMerchant. tags(Map<String,String> tags)MerchantMerchant. updatedAt(OffsetDateTime updatedAt)MerchantMerchant. verification(String verification)Methods in model that return types with arguments of type Merchant Modifier and Type Method Description Set<Merchant>MerchantsListEmbedded. getMerchants()`Merchant` objects.Methods in model with parameters of type Merchant Modifier and Type Method Description MerchantsListEmbeddedMerchantsListEmbedded. addMerchantsItem(Merchant merchantsItem)Method parameters in model with type arguments of type Merchant Modifier and Type Method Description MerchantsListEmbeddedMerchantsListEmbedded. merchants(Set<Merchant> merchants)voidMerchantsListEmbedded. setMerchants(Set<Merchant> merchants)
-