changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "available": {
+ "description": "Available balance by currency",
+ "items": {
+ "properties": {
+ "amount": {
+ "description": "Amount in cents",
+ "type": "integer"
+ },
+ "currency": {
+ "description": "Currency code",
+ "type": "string"
+ },
+ "source_types": {
+ "description": "Balance by source type",
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "connect_reserved": {
+ "description": "Connect reserved balance by currency",
+ "items": {
+ "properties": {
+ "amount": {
+ "description": "Amount in cents",
+ "type": "integer"
+ },
+ "currency": {
+ "description": "Currency code",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "livemode": {
+ "description": "Live mode",
+ "type": "boolean"
+ },
+ "object": {
+ "description": "Object type (balance)",
+ "type": "string"
+ },
+ "pending": {
+ "description": "Pending balance by currency",
+ "items": {
+ "properties": {
+ "amount": {
+ "description": "Amount in cents",
+ "type": "integer"
+ },
+ "currency": {
+ "description": "Currency code",
+ "type": "string"
+ },
+ "source_types": {
+ "description": "Pending balance by source type",
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}