Describes a DeleteInvoice
response.
Delete Invoice Response
Name | Type | Tags | Description |
---|---|---|---|
errors |
List Error |
Optional | Information about errors encountered during the request. |
{
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}