21 lines
429 B
TypeScript
21 lines
429 B
TypeScript
/**
|
|
* @schema AdminCreatePaymentCollection
|
|
* type: object
|
|
* description: The payment collection's details.
|
|
* required:
|
|
* - order_id
|
|
* - amount
|
|
* properties:
|
|
* order_id:
|
|
* type: string
|
|
* title: order_id
|
|
* description: The ID of the associated order.
|
|
* amount:
|
|
* type: number
|
|
* title: amount
|
|
* description: The amount to be paid.
|
|
* x-schemaName: AdminCreatePaymentCollection
|
|
*
|
|
*/
|
|
|