Uses of Class
model.Merchant
Packages that use Merchant
-
Uses of Merchant in api
Modifier and TypeMethodDescriptionMerchantsApi.create(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest) Create a Merchant Create a `Merchant` to start the underwriting process for your merchant.Get a Merchant Retrieve the details of a `Merchant`.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.Modifier and TypeMethodDescriptionMerchantsApi.createMerchantWithHttpInfo(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest) Create a Merchant Create a `Merchant` to start the underwriting process for your merchant.MerchantsApi.getMerchantWithHttpInfo(String merchantId) Get a Merchant Retrieve the details of a `Merchant`.MerchantsApi.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.Modifier and TypeMethodDescriptionokhttp3.CallMerchantsApi.createMerchantAsync(String identityId, CreateMerchantUnderwritingRequest createMerchantUnderwritingRequest, ApiCallback<Merchant> _callback) Create a Merchant (asynchronously) Create a `Merchant` to start the underwriting process for your merchant.okhttp3.CallMerchantsApi.getMerchantAsync(String merchantId, ApiCallback<Merchant> _callback) Get a Merchant (asynchronously) Retrieve the details of a `Merchant`.okhttp3.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. -
Uses of Merchant in model
Modifier and TypeMethodDescriptionMerchant.application(String application) Merchant.cardCvvRequired(Boolean cardCvvRequired) Merchant.cardExpirationDateRequired(Boolean cardExpirationDateRequired) Merchant.createdAt(OffsetDateTime createdAt) Merchant.creatingTransferFromReportEnabled(Boolean creatingTransferFromReportEnabled) Merchant.feeReadyToSettleUpon(String feeReadyToSettleUpon) static MerchantCreate an instance of Merchant given an JSON stringMerchant.grossSettlementEnabled(Boolean grossSettlementEnabled) Merchant.levelTwoLevelThreeDataEnabled(Boolean levelTwoLevelThreeDataEnabled) Merchant.links(MerchantLinks links) Merchant.merchantName(String merchantName) Merchant.merchantProfile(String merchantProfile) Merchant.onboardingState(Merchant.OnboardingStateEnum onboardingState) Merchant.processingEnabled(Boolean processingEnabled) Merchant.processorDetails(MerchantProcessorDetails processorDetails) Merchant.putTagsItem(String key, String tagsItem) Merchant.readyToSettleUpon(String readyToSettleUpon) Merchant.settlementEnabled(Boolean settlementEnabled) Merchant.settlementFundingIdentifier(String settlementFundingIdentifier) Merchant.updatedAt(OffsetDateTime updatedAt) Merchant.verification(String verification) Modifier and TypeMethodDescriptionvoidMerchantsListEmbedded.setMerchants(Set<Merchant> merchants)