Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminPaymentCollectionDeleteRes.yaml
2023-11-10 14:27:17 +02:00

19 lines
438 B
YAML

type: object
description: The details of deleting a payment collection.
required:
- id
- object
- deleted
properties:
id:
type: string
description: The ID of the deleted Payment Collection.
object:
type: string
description: The type of the object that was deleted.
default: payment_collection
deleted:
type: boolean
description: Whether or not the Payment Collection was deleted.
default: true