docs: TSDoc + reference of fulfillment service (#5761)

This commit is contained in:
Shahed Nasser
2023-11-29 11:58:08 +00:00
committed by GitHub
parent 8f25ed8a10
commit f802e2460f
1479 changed files with 30259 additions and 16135 deletions
@@ -8,14 +8,14 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
A Note is an element that can be used in association with different resources to allow admin users to describe additional information. For example, they can be used to add additional information about orders.
## Constructors
#### constructor
## constructor
`**new Note**()`
A Note is an element that can be used in association with different resources to allow admin users to describe additional information. For example, they can be used to add additional information about orders.
___
## Properties
<ParameterTypes parameters={[
@@ -111,13 +111,15 @@ A Note is an element that can be used in association with different resources to
}
]} />
___
## Methods
#### beforeInsert
### beforeInsert
`Private **beforeInsert**(): void`
##### Returns
#### Returns
`void`