changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of customer objects",
+ "items": {
+ "properties": {
+ "address": {
+ "description": "Customer address",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "balance": {
+ "description": "Account balance in cents",
+ "type": "integer"
+ },
+ "created": {
+ "description": "Creation timestamp",
+ "type": "integer"
+ },
+ "currency": {
+ "description": "Customer currency",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "default_source": {
+ "description": "Default payment source ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "delinquent": {
+ "description": "Account delinquent status",
+ "type": "boolean"
+ },
+ "description": {
+ "description": "Customer description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "discount": {
+ "description": "Applied discount",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "email": {
+ "description": "Customer email",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Customer ID",
+ "type": "string"
+ },
+ "invoice_prefix": {
+ "description": "Invoice prefix",
+ "type": "string"
+ },
+ "invoice_settings": {
+ "description": "Invoice settings",
+ "type": "object"
+ },
+ "livemode": {
+ "description": "Live mode indicator",
+ "type": "boolean"
+ },
+ "metadata": {
+ "description": "Custom metadata",
+ "type": "object"
+ },
+ "name": {
+ "description": "Customer name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "object": {
+ "description": "Object type (customer)",
+ "type": "string"
+ },
+ "phone": {
+ "description": "Customer phone",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "preferred_locales": {
+ "description": "Preferred locales",
+ "type": "array"
+ },
+ "shipping": {
+ "description": "Shipping address",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "tax_exempt": {
+ "description": "Tax exempt status",
+ "type": "string"
+ },
+ "test_clock": {
+ "description": "Test clock ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "has_more": {
+ "description": "Whether more results exist",
+ "type": "boolean"
+ },
+ "object": {
+ "description": "Object type (list)",
+ "type": "string"
+ },
+ "url": {
+ "description": "API endpoint URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}