Uses of Class
model.CreateIdentityRequest
-
Packages that use CreateIdentityRequest Package Description api model -
-
Uses of CreateIdentityRequest in api
Methods in api with parameters of type CreateIdentityRequest Modifier and Type Method Description IdentityIdentitiesApi. create(CreateIdentityRequest createIdentityRequest)Create an Identity Create an `Identity` for your merchant or buyer.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 createIdentityApiResponse<Identity>IdentitiesApi. createIdentityWithHttpInfo(CreateIdentityRequest createIdentityRequest)Create an Identity Create an `Identity` for your merchant or buyer. -
Uses of CreateIdentityRequest in model
Methods in model that return CreateIdentityRequest Modifier and Type Method Description CreateIdentityRequestCreateIdentityRequest. additionalUnderwritingData(CreateIdentityRequestAdditionalUnderwritingData additionalUnderwritingData)CreateIdentityRequestCreateIdentityRequest. entity(CreateIdentityRequestEntity entity)static CreateIdentityRequestCreateIdentityRequest. fromJson(String jsonString)Create an instance of CreateIdentityRequest given an JSON stringCreateIdentityRequestCreateIdentityRequest. putTagsItem(String key, String tagsItem)CreateIdentityRequestCreateIdentityRequest. tags(Map<String,String> tags)
-