Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 627 Bytes

delete-order-custom-attribute-response.md

File metadata and controls

30 lines (21 loc) · 627 Bytes

Delete Order Custom Attribute Response

Represents a response from deleting an order custom attribute.

Structure

DeleteOrderCustomAttributeResponse

Fields

Name Type Tags Description Getter
Errors List<Error> Optional Any errors that occurred during the request. List getErrors()

Example (as JSON)

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