Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
16 lines
275 B
TypeScript
16 lines
275 B
TypeScript
/**
|
|
* @schema BasePaymentProvider
|
|
* type: object
|
|
* description: The payment provider's details.
|
|
* x-schemaName: BasePaymentProvider
|
|
* required:
|
|
* - id
|
|
* properties:
|
|
* id:
|
|
* type: string
|
|
* title: id
|
|
* description: The payment provider's ID.
|
|
*
|
|
*/
|
|
|