Skip to main content

ark:CreditAccount

idstringrequired

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

Possible values: Value must match regular expression ^https://[a-z0-9.\-]+(myark\.io|datawollet\.com)/

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:CreditAccount
Example: ark:CreditAccount
accountType

The type of credit account.

Possible values: [CreditCard]

Example: CreditCard
issuedBystring

Organisation that issued or administers the account.

Possible values: Value must match regular expression ^https://[a-z0-9.\-]+(myark\.io|datawollet\.com)/

Example: https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567
ark:CreditAccount
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:CreditAccount",
"accountType": "CreditCard",
"issuedBy": "https://graph.datawollet.com/.draft-nodes/0118735d359276fd42741493c449e567"
}