Files
medusa-store/docs-util/oas-output/schemas/StorePostPaymentCollectionsPaymentSessionReq.ts
github-actions[bot] 53653f5266 chore(docs): Generated OAS (#6752)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2024-03-20 11:30:24 +01: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: {}
*
*/