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 cart represents a virtual shopping bag. It can be used to complete an order, a swap, or a claim.
## Constructors
#### constructor
## constructor
`**new Cart**()`
A cart represents a virtual shopping bag. It can be used to complete an order, a swap, or a claim.
___
## Properties
<ParameterTypes parameters={[
@@ -399,13 +399,15 @@ A cart represents a virtual shopping bag. It can be used to complete an order, a
}
]} />
___
## Methods
#### afterLoad
### afterLoad
`Private **afterLoad**(): void`
##### Returns
#### Returns
`void`
@@ -423,11 +425,11 @@ A cart represents a virtual shopping bag. It can be used to complete an order, a
___
#### beforeInsert
### beforeInsert
`Private **beforeInsert**(): void`
##### Returns
#### Returns
`void`