Uses of Class
model.CreateIdentityRequest
Packages that use CreateIdentityRequest
-
Uses of CreateIdentityRequest in api
Methods in api with parameters of type CreateIdentityRequestModifier 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.okhttp3.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.createAssociatedIdentityCall(String identityId, CreateIdentityRequest createIdentityRequest, ApiCallback _callback) Build call for createAssociatedIdentityIdentitiesApi.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.okhttp3.CallIdentitiesApi.createIdentityAsync(CreateIdentityRequest createIdentityRequest, ApiCallback<Identity> _callback) Create an Identity (asynchronously) Create an `Identity` for your merchant or buyer.okhttp3.CallIdentitiesApi.createIdentityCall(CreateIdentityRequest createIdentityRequest, ApiCallback _callback) Build call for createIdentityIdentitiesApi.createIdentityWithHttpInfo(CreateIdentityRequest createIdentityRequest) Create an Identity Create an `Identity` for your merchant or buyer. -
Uses of CreateIdentityRequest in model
Methods in model that return CreateIdentityRequestModifier and TypeMethodDescriptionCreateIdentityRequest.additionalUnderwritingData(CreateIdentityRequestAdditionalUnderwritingData additionalUnderwritingData) CreateIdentityRequest.entity(CreateIdentityRequestEntity entity) static CreateIdentityRequestCreate an instance of CreateIdentityRequest given an JSON stringCreateIdentityRequest.putTagsItem(String key, String tagsItem)