Uses of Class
model.Identity
-
Packages that use Identity Package Description api model -
-
Uses of Identity in api
Methods in api that return Identity Modifier and Type Method Description IdentityIdentitiesApi. create(CreateIdentityRequest createIdentityRequest)Create an Identity Create an `Identity` for your merchant or buyer.IdentityIdentitiesApi. createAssociatedIdentity(String identityId, CreateAssociatedIdentityRequest createAssociatedIdentityRequest)Create an Associated Identity Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.IdentityIdentitiesApi. get(String identityId)Fetch an Identity Retrieve the details of a previously created `Identity`.IdentityIdentitiesApi. update(String identityId, UpdateIdentityRequest updateIdentityRequest)Update an Identity Update an existing `Identity`.Methods in api that return types with arguments of type Identity Modifier and Type Method Description ApiResponse<Identity>IdentitiesApi. createAssociatedIdentityWithHttpInfo(String identityId, CreateAssociatedIdentityRequest createAssociatedIdentityRequest)Create an Associated Identity Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.ApiResponse<Identity>IdentitiesApi. createIdentityWithHttpInfo(CreateIdentityRequest createIdentityRequest)Create an Identity Create an `Identity` for your merchant or buyer.ApiResponse<Identity>IdentitiesApi. getIdentityWithHttpInfo(String identityId)Fetch an Identity Retrieve the details of a previously created `Identity`.ApiResponse<Identity>IdentitiesApi. updateIdentityWithHttpInfo(String identityId, UpdateIdentityRequest updateIdentityRequest)Update an Identity Update an existing `Identity`.Method parameters in api with type arguments of type Identity Modifier and Type Method Description okhttp3.CallIdentitiesApi. createAssociatedIdentityAsync(String identityId, CreateAssociatedIdentityRequest createAssociatedIdentityRequest, ApiCallback<Identity> _callback)Create an Associated Identity (asynchronously) Create an associated `Identity` for [every owner with 25% or more ownership](/guides/onboarding/#step-3-add-associated-identities) over the merchant.okhttp3.CallIdentitiesApi. createIdentityAsync(CreateIdentityRequest createIdentityRequest, ApiCallback<Identity> _callback)Create an Identity (asynchronously) Create an `Identity` for your merchant or buyer.okhttp3.CallIdentitiesApi. getIdentityAsync(String identityId, ApiCallback<Identity> _callback)Fetch an Identity (asynchronously) Retrieve the details of a previously created `Identity`.okhttp3.CallIdentitiesApi. updateIdentityAsync(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback<Identity> _callback)Update an Identity (asynchronously) Update an existing `Identity`. -
Uses of Identity in model
Methods in model that return Identity Modifier and Type Method Description IdentityIdentity. additionalUnderwritingData(IdentityAdditionalUnderwritingData additionalUnderwritingData)IdentityIdentity. application(String application)IdentityIdentity. createdAt(OffsetDateTime createdAt)IdentityIdentity. entity(IdentityEntity entity)static IdentityIdentity. fromJson(String jsonString)Create an instance of Identity given an JSON stringIdentityIdentity. id(String id)IdentityIdentity. links(IdentityLinks links)IdentityIdentity. putTagsItem(String key, String tagsItem)IdentityIdentity. tags(Map<String,String> tags)IdentityIdentity. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type Identity Modifier and Type Method Description Set<Identity>IdentitiesListEmbedded. getIdentities()An `Identity` resource represents either a person or business in Finix.Methods in model with parameters of type Identity Modifier and Type Method Description IdentitiesListEmbeddedIdentitiesListEmbedded. addIdentitiesItem(Identity identitiesItem)Method parameters in model with type arguments of type Identity Modifier and Type Method Description IdentitiesListEmbeddedIdentitiesListEmbedded. identities(Set<Identity> identities)voidIdentitiesListEmbedded. setIdentities(Set<Identity> identities)
-