Uses of Class
model.MerchantProfile
-
Packages that use MerchantProfile Package Description api model -
-
Uses of MerchantProfile in api
Methods in api that return MerchantProfile Modifier and Type Method Description MerchantProfileMerchantProfilesApi. get(String merchantProfileId)Fetch a Merchant Profile Retrieve the details of a previosuly created `merchant_profile`.MerchantProfileMerchantProfilesApi. update(String merchantProfileId, UpdateMerchantProfileRequest updateMerchantProfileRequest)Update a Merchant Profile Update a `merchant_profile`.Methods in api that return types with arguments of type MerchantProfile Modifier and Type Method Description ApiResponse<MerchantProfile>MerchantProfilesApi. getMerchantProfileWithHttpInfo(String merchantProfileId)Fetch a Merchant Profile Retrieve the details of a previosuly created `merchant_profile`.ApiResponse<MerchantProfile>MerchantProfilesApi. updateMerchantProfileWithHttpInfo(String merchantProfileId, UpdateMerchantProfileRequest updateMerchantProfileRequest)Update a Merchant Profile Update a `merchant_profile`.Method parameters in api with type arguments of type MerchantProfile Modifier and Type Method Description okhttp3.CallMerchantProfilesApi. getMerchantProfileAsync(String merchantProfileId, ApiCallback<MerchantProfile> _callback)Fetch a Merchant Profile (asynchronously) Retrieve the details of a previosuly created `merchant_profile`.okhttp3.CallMerchantProfilesApi. updateMerchantProfileAsync(String merchantProfileId, UpdateMerchantProfileRequest updateMerchantProfileRequest, ApiCallback<MerchantProfile> _callback)Update a Merchant Profile (asynchronously) Update a `merchant_profile`. -
Uses of MerchantProfile in model
Methods in model that return MerchantProfile Modifier and Type Method Description MerchantProfileMerchantProfile. application(String application)MerchantProfileMerchantProfile. createdAt(OffsetDateTime createdAt)MerchantProfileMerchantProfile. feeProfile(String feeProfile)static MerchantProfileMerchantProfile. fromJson(String jsonString)Create an instance of MerchantProfile given an JSON stringMerchantProfileMerchantProfile. id(String id)MerchantProfileMerchantProfile. links(MerchantProfileLinks links)MerchantProfileMerchantProfile. putTagsItem(String key, String tagsItem)MerchantProfileMerchantProfile. riskProfile(String riskProfile)MerchantProfileMerchantProfile. tags(Map<String,String> tags)MerchantProfileMerchantProfile. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type MerchantProfile Modifier and Type Method Description List<MerchantProfile>MerchantProfilesListEmbedded. getMerchantProfiles()`merchant_profile` objects.Methods in model with parameters of type MerchantProfile Modifier and Type Method Description MerchantProfilesListEmbeddedMerchantProfilesListEmbedded. addMerchantProfilesItem(MerchantProfile merchantProfilesItem)Method parameters in model with type arguments of type MerchantProfile Modifier and Type Method Description MerchantProfilesListEmbeddedMerchantProfilesListEmbedded. merchantProfiles(List<MerchantProfile> merchantProfiles)voidMerchantProfilesListEmbedded. setMerchantProfiles(List<MerchantProfile> merchantProfiles)
-