14 lines
259 B
TypeScript
14 lines
259 B
TypeScript
/**
|
|
* @schema AdminCreatePaymentCapture
|
|
* type: object
|
|
* description: The payment's details.
|
|
* properties:
|
|
* amount:
|
|
* type: number
|
|
* title: amount
|
|
* description: The amount to capture.
|
|
* x-schemaName: AdminCreatePaymentCapture
|
|
*
|
|
*/
|
|
|