TRLink missing TRM rule definition
| Name | Type | Description | Notes |
|---|---|---|---|
| customerId | String | Reference to TrlinkCustomer.id | [optional] |
| direction | TransactionDirection | [optional] | |
| sourceType | TransferPeerTypeEnum | [optional] | |
| sourceSubType | TransferPeerSubTypeEnum | [optional] | |
| sourceAddress | String | Source address | [optional] |
| destType | TransferPeerTypeEnum | [optional] | |
| destSubType | TransferPeerSubTypeEnum | [optional] | |
| destAddress | String | Destination address | [optional] |
| sourceId | String | Source ID | [optional] |
| destId | String | Destination ID | [optional] |
| asset | String | Asset symbol | [optional] |
| baseAsset | String | Base asset symbol | [optional] |
| amount | TRLinkAmount | [optional] | |
| networkProtocol | String | Network protocol | [optional] |
| operation | TransactionOperationEnum | [optional] | |
| description | String | Rule description | [optional] |
| isDefault | Boolean | Whether this is a default rule | [optional] |
| validBefore | BigDecimal | Unix timestamp when rule expires | [optional] |
| validAfter | BigDecimal | Unix timestamp when rule becomes valid | [optional] |
| action | TRLinkMissingTrmAction |