Files
medusa-store/www/utils/generated/oas-output/schemas/StoreCreatePaymentCollection.ts
Shahed Nasser 229da19029 chore(oas): [20/n] improve oas schemas (#9337)
Improve oas schemas [20/n]
2024-09-26 17:21:07 +00:00

16 lines
349 B
TypeScript

/**
* @schema StoreCreatePaymentCollection
* type: object
* description: The details of the payment collection to create.
* x-schemaName: StoreCreatePaymentCollection
* required:
* - cart_id
* properties:
* cart_id:
* type: string
* title: cart_id
* description: The ID of the cart this payment collection is for.
*
*/