Broker
Represents a broker entity in the Third-Party Broker (TBP) system. Contains the broker's identity, region, account numbers, and brand access permissions.
| Property | Summary |
|---|---|
ID long |
The unique identifier for this broker. |
Name string |
The broker's name. |
IsDeleted bool |
Indicates whether this broker has been deleted. |
AccountNumbers IEnumerable<TBP_BrokerAccountNumberModel> |
The account numbers associated with this broker across different companies. |
RegionHashID string |
The Region Hash ID from the Identity System. |
BrandAccesses IEnumerable<TBP_BrokerBrokerBrandAccessModel> |
The brand access permissions for this broker. |