Files
medusa-store/www/utils/generated/oas-output/schemas/AdminPaymentResponse.ts
2024-09-17 19:27:20 +02:00

14 lines
243 B
TypeScript

/**
* @schema AdminPaymentResponse
* type: object
* description: The payment's details.
* x-schemaName: AdminPaymentResponse
* required:
* - payment
* properties:
* payment:
* $ref: "#/components/schemas/AdminPayment"
*
*/