Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
16 lines
291 B
TypeScript
16 lines
291 B
TypeScript
/**
|
|
* @schema StoreCreatePaymentCollection
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: StoreCreatePaymentCollection
|
|
* required:
|
|
* - cart_id
|
|
* properties:
|
|
* cart_id:
|
|
* type: string
|
|
* title: cart_id
|
|
* description: The payment collection's cart id.
|
|
*
|
|
*/
|
|
|