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"
An address is used across the Medusa backend within other schemas and object types. For example, a customer's billing and shipping addresses both use the Address entity.
## Constructors
#### constructor
## constructor
`**new Address**()`
An address is used across the Medusa backend within other schemas and object types. For example, a customer's billing and shipping addresses both use the Address entity.
___
## Properties
<ParameterTypes parameters={[
@@ -183,13 +183,15 @@ An address is used across the Medusa backend within other schemas and object typ
}
]} />
___
## Methods
#### beforeInsert
### beforeInsert
`Private **beforeInsert**(): void`
##### Returns
#### Returns
`void`