14 lines
266 B
TypeScript
14 lines
266 B
TypeScript
/**
|
|
* @schema RefundReasonResponse
|
|
* type: object
|
|
* description: The refund reason's details.
|
|
* x-schemaName: RefundReasonResponse
|
|
* required:
|
|
* - refund_reason
|
|
* properties:
|
|
* refund_reason:
|
|
* $ref: "#/components/schemas/AdminRefundReason"
|
|
*
|
|
*/
|
|
|