Files
medusa-store/docs-util/oas-output/schemas/StorePostPaymentCollectionsPaymentSessionReq.ts
github-actions[bot] bfda7a626d chore(docs): Generated OAS (#7189)
This PR holds all generated OAS for the upcoming release.

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2024-05-01 10:07:31 +00:00

21 lines
460 B
TypeScript

/**
* @schema StorePostPaymentCollectionsPaymentSessionReq
* type: object
* description: SUMMARY
* x-schemaName: StorePostPaymentCollectionsPaymentSessionReq
* required:
* - provider_id
* properties:
* provider_id:
* type: string
* title: provider_id
* description: The payment collection's provider id.
* context: {}
* data:
* type: object
* description: The payment collection's data.
* properties: {}
*
*/