ark:Credit
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:CreditExample:
ark:CreditrelatedTostring<uri>required
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000datestring<date>required
totalAmount objectrequiredSensitiveGDPR
type
Constant value:
ark:CurrencyValueamountstringrequired
Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
currencystringrequired
directionstring
Possible values: [Credit, Debit]
namestring
SensitiveGDPR
This is optional but can help to explain the detail, such as if it's a direct debit payment or a refund.
reason object
Only payments will be included in your outgoings. If you don't select a reason, DataWollet will normally assume it's a payment.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
Constant value:
Paymentproperty name*any
ark:Credit
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Credit",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"date": "2024-07-29",
"totalAmount": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"name": "string"
}