21 lines
460 B
TypeScript
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: {}
|
|
*
|
|
*/
|
|
|