Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 665 Bytes

delete-invoice-response.md

File metadata and controls

36 lines (27 loc) · 665 Bytes

Delete Invoice Response

Describes a DeleteInvoice response.

Structure

Delete Invoice Response

Fields

Name Type Tags Description
errors List Error Optional Information about errors encountered during the request.

Example (as JSON)

{
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "INVALID_EXPIRATION",
      "detail": "detail6",
      "field": "field4"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "INVALID_EXPIRATION",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}