Uses of Class
model.Identity
Packages that use Identity
-
Uses of Identity in api
Modifier and TypeMethodDescriptionIdentitiesApi.create(CreateIdentityRequest createIdentityRequest) Create an Identity Create an `Identity` for your merchant or buyer.IdentitiesApi.createAssociatedIdentity(String identityId, CreateIdentityRequest createIdentityRequest) 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.Fetch an Identity Retrieve the details of a previously created `Identity`.IdentitiesApi.update(String identityId, UpdateIdentityRequest updateIdentityRequest) Update an Identity Update an existing `Identity`.Modifier and TypeMethodDescriptionIdentitiesApi.createAssociatedIdentityWithHttpInfo(String identityId, CreateIdentityRequest createIdentityRequest) 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.IdentitiesApi.createIdentityWithHttpInfo(CreateIdentityRequest createIdentityRequest) Create an Identity Create an `Identity` for your merchant or buyer.IdentitiesApi.getIdentityWithHttpInfo(String identityId) Fetch an Identity Retrieve the details of a previously created `Identity`.IdentitiesApi.putIdentityWithHttpInfo(String identityId, UpdateIdentityRequest updateIdentityRequest) Update an Identity Update an existing `Identity`.Modifier and TypeMethodDescriptionokhttp3.CallIdentitiesApi.createAssociatedIdentityAsync(String identityId, CreateIdentityRequest createIdentityRequest, 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.putIdentityAsync(String identityId, UpdateIdentityRequest updateIdentityRequest, ApiCallback<Identity> _callback) Update an Identity (asynchronously) Update an existing `Identity`. -
Uses of Identity in model
Modifier and TypeMethodDescriptionIdentity.additionalUnderwritingData(IdentityAdditionalUnderwritingData additionalUnderwritingData) Identity.application(String application) Identity.entity(IdentityEntity entity) static IdentityCreate an instance of Identity given an JSON stringIdentity.links(IdentityLinks links) Identity.putTagsItem(String key, String tagsItem) Modifier and TypeMethodDescriptionIdentitiesListEmbedded.getIdentities()An `Identity` resource represents either a person or business in Finix.Modifier and TypeMethodDescriptionIdentitiesListEmbedded.addIdentitiesItem(Identity identitiesItem) Modifier and TypeMethodDescriptionIdentitiesListEmbedded.identities(Set<Identity> identities) voidIdentitiesListEmbedded.setIdentities(Set<Identity> identities)