| Name | Type | Description | Notes |
|---|---|---|---|
| action | TRLinkPostScreeningAction | [default to undefined] | |
| customerId | string | Customer identifier | [optional] [default to undefined] |
| direction | TRLinkTransactionDirection | [optional] [default to undefined] | |
| sourceType | string | Source entity type | [optional] [default to undefined] |
| sourceSubType | string | Source entity subtype | [optional] [default to undefined] |
| sourceAddress | string | Source blockchain address | [optional] [default to undefined] |
| destType | string | Destination entity type | [optional] [default to undefined] |
| destSubType | string | Destination entity subtype | [optional] [default to undefined] |
| destAddress | string | Destination blockchain address | [optional] [default to undefined] |
| sourceId | string | Source identifier | [optional] [default to undefined] |
| destId | string | Destination identifier | [optional] [default to undefined] |
| asset | string | Asset or cryptocurrency type | [optional] [default to undefined] |
| baseAsset | string | Base asset for derivatives | [optional] [default to undefined] |
| amount | ScreeningPolicyAmount | [optional] [default to undefined] | |
| networkProtocol | string | Network protocol identifier | [optional] [default to undefined] |
| operation | string | Operation type | [optional] [default to undefined] |
| description | string | Rule description | [optional] [default to undefined] |
| isDefault | boolean | Whether this is a default rule | [optional] [default to undefined] |
| providerIdent | string | TRP provider identifier | [optional] [default to undefined] |
| trmStatus | TRLinkTrmStatus | [optional] [default to undefined] | |
| validBefore | number | Rule is valid before this timestamp (milliseconds) | [optional] [default to undefined] |
| validAfter | number | Rule is valid after this timestamp (milliseconds) | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]