Files
medusa-store/www/utils/generated/oas-output/schemas/AdminRefundPayment.ts
2025-10-31 16:15:46 +02:00

22 lines
466 B
TypeScript

/**
* @schema AdminRefundPayment
* type: object
* description: The refund's details.
* properties:
* amount:
* type: number
* title: amount
* description: The amount to refund.
* refund_reason_id:
* type: string
* title: refund_reason_id
* description: The ID of a refund reason.
* note:
* type: string
* title: note
* description: A note to attach to the refund.
* x-schemaName: AdminRefundPayment
*
*/