PayPal · Schema
invoices.cancel-400
BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
Properties
| Name | Type | Description |
|---|---|---|
| details | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/invoices.cancel-400",
"title": "invoices.cancel-400",
"properties": {
"details": {
"type": "array",
"items": {
"anyOf": [
{
"title": "INVALID_STRING_MAX_LENGTH",
"properties": {
"issue": {
"type": "string",
"enum": [
"INVALID_STRING_MAX_LENGTH"
]
},
"description": {
"type": "string",
"enum": [
"Field value exceeded the maximum allowed number of characters."
]
}
}
},
{
"title": "INVALID_ARRAY_MAX_ITEMS",
"properties": {
"issue": {
"type": "string",
"enum": [
"INVALID_ARRAY_MAX_ITEMS"
]
},
"description": {
"type": "string",
"enum": [
"Only maximum of 100 email address is supported in additional recipients."
]
}
}
}
]
}
}
}
}