Class BranchDetails
Represents the details of a branch.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Branches
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class BranchDetails
Properties
View SourceAddress
Gets or sets the address of the branch.
Declaration
public BranchAddress Address { get; set; }
Property Value
| Type | Description |
|---|---|
| BranchAddress |
Id
Gets or sets the ID of the branch.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the branch.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |