Skip to main content

ark:InstalmentSchedule

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:InstalmentSchedule
Example: ark:InstalmentSchedule
relatedTostring<uri>required
Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
paymentScheduleSequenceintegerrequired
payment objectrequired
SensitiveGDPR
type
Constant value: ark:CurrencyValue
amountstringrequired

Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$

currencystringrequired
directionstring

Possible values: [Credit, Debit]

paymentCountintegerrequired

Possible values: >= 1

ark:InstalmentSchedule
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:InstalmentSchedule",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"paymentScheduleSequence": 0,
"payment": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"paymentCount": 0
}