Interface IReferredRequest
Represents a request that includes a referrer ID.
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public interface IReferredRequest
Properties
View SourceBranchId
Declaration
int BranchId { get; }
Property Value
| Type | Description |
|---|---|
| int |
ReferrerUserId
Gets the referrer user ID.
Declaration
int ReferrerUserId { get; }
Property Value
| Type | Description |
|---|---|
| int |