docs: TSDoc + reference of fulfillment service (#5761)
This commit is contained in:
@@ -8,14 +8,14 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
Idempotency Key is used to continue a process in case of any failure that might occur.
|
||||
|
||||
## Constructors
|
||||
|
||||
#### constructor
|
||||
## constructor
|
||||
|
||||
`**new IdempotencyKey**()`
|
||||
|
||||
Idempotency Key is used to continue a process in case of any failure that might occur.
|
||||
|
||||
___
|
||||
|
||||
## Properties
|
||||
|
||||
<ParameterTypes parameters={[
|
||||
@@ -111,13 +111,15 @@ Idempotency Key is used to continue a process in case of any failure that might
|
||||
}
|
||||
]} />
|
||||
|
||||
___
|
||||
|
||||
## Methods
|
||||
|
||||
#### beforeInsert
|
||||
### beforeInsert
|
||||
|
||||
`Private **beforeInsert**(): void`
|
||||
|
||||
##### Returns
|
||||
#### Returns
|
||||
|
||||
`void`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user