UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

90 lines (89 loc) 2.62 kB
{ "type": "object", "properties": { "available": { "type": "array", "items": { "type": "object", "properties": { "amount": { "type": "integer" }, "currency": { "type": "string" }, "source_types": { "type": "object", "properties": { "card": { "type": "integer" } } } } } }, "livemode": { "type": "boolean" }, "object": { "type": "string" }, "pending": { "type": "array", "items": { "type": "object", "properties": { "amount": { "type": "integer" }, "currency": { "type": "string" }, "source_types": { "type": "object", "properties": { "card": { "type": "integer" } } } } } }, "refund_and_dispute_prefunding": { "type": "object", "properties": { "available": { "type": "array", "items": { "type": "object", "properties": { "amount": { "type": "integer" }, "currency": { "type": "string" } } } }, "pending": { "type": "array", "items": { "type": "object", "properties": { "amount": { "type": "integer" }, "currency": { "type": "string" } } } } } } }, "version": 2 }