14 lines
247 B
TypeScript
14 lines
247 B
TypeScript
/**
|
|
* @schema AdminPostPaymentsRefundsReq
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostPaymentsRefundsReq
|
|
* properties:
|
|
* amount:
|
|
* type: number
|
|
* title: amount
|
|
* description: The payment's amount.
|
|
*
|
|
*/
|
|
|