# PAYMENT

| *Definition:* | Monetary payment, without any further specification on the type, amount or purpose.                                                                     |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Label:*      | payment                                                                                                                                                 |
| *Identifier:* | [payment.ttl](https://github.com/International-Data-Spaces-Association/ODRL-profile-for-IDS/blob/develop-iese/ids-vocabulary/left-operands/payment.ttl) |
| *Note:*       | Such a constraint can be used to clarify whether a payment has been made or not.                                                                        |
| *Class:*      | [Left Operand](https://www.w3.org/TR/odrl-vocab/#term-LeftOperand)                                                                                      |

*Example:*

```
"constraint": [{
	"leftOperand": "idsc:PAYMENT",
	"operator": "eq",
	"rightOperand": { "@value": "true", "@type": "xsd:boolean" }
}]
```
