Class ApiClientDetails
Represents the details of the API client.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class ApiClientDetails
Properties
View SourceClientId
Gets or sets the client ID of the API client.
Declaration
public string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Gets or sets the display name of the API client.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the ID of the API client.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PartnerAgentId
Gets or sets the ID of the partner agent associated with the API client.
Declaration
public int PartnerAgentId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PartnerAgentName
Gets or sets the name of the partner agent associated with the API client.
Declaration
public string PartnerAgentName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |