142 lines
2.6 KiB
Markdown
142 lines
2.6 KiB
Markdown
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
# Class: ShippingProfile
|
|
|
|
## Hierarchy
|
|
|
|
- `SoftDeletableEntity`
|
|
|
|
↳ **`ShippingProfile`**
|
|
|
|
## Constructors
|
|
|
|
### constructor
|
|
|
|
• **new ShippingProfile**()
|
|
|
|
#### Inherited from
|
|
|
|
SoftDeletableEntity.constructor
|
|
|
|
## Properties
|
|
|
|
### created\_at
|
|
|
|
• **created\_at**: `Date`
|
|
|
|
#### Inherited from
|
|
|
|
SoftDeletableEntity.created\_at
|
|
|
|
#### Defined in
|
|
|
|
[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/interfaces/models/base-entity.ts#L16)
|
|
|
|
___
|
|
|
|
### deleted\_at
|
|
|
|
• **deleted\_at**: ``null`` \| `Date`
|
|
|
|
#### Inherited from
|
|
|
|
SoftDeletableEntity.deleted\_at
|
|
|
|
#### Defined in
|
|
|
|
[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7)
|
|
|
|
___
|
|
|
|
### id
|
|
|
|
• **id**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
SoftDeletableEntity.id
|
|
|
|
#### Defined in
|
|
|
|
[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/interfaces/models/base-entity.ts#L13)
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• **metadata**: `Record`<`string`, `unknown`\>
|
|
|
|
#### Defined in
|
|
|
|
[models/shipping-profile.ts:30](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/models/shipping-profile.ts#L30)
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[models/shipping-profile.ts:18](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/models/shipping-profile.ts#L18)
|
|
|
|
___
|
|
|
|
### products
|
|
|
|
• **products**: [`Product`](Product.md)[]
|
|
|
|
#### Defined in
|
|
|
|
[models/shipping-profile.ts:24](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/models/shipping-profile.ts#L24)
|
|
|
|
___
|
|
|
|
### shipping\_options
|
|
|
|
• **shipping\_options**: [`ShippingOption`](ShippingOption.md)[]
|
|
|
|
#### Defined in
|
|
|
|
[models/shipping-profile.ts:27](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/models/shipping-profile.ts#L27)
|
|
|
|
___
|
|
|
|
### type
|
|
|
|
• **type**: [`ShippingProfileType`](../enums/ShippingProfileType.md)
|
|
|
|
#### Defined in
|
|
|
|
[models/shipping-profile.ts:21](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/models/shipping-profile.ts#L21)
|
|
|
|
___
|
|
|
|
### updated\_at
|
|
|
|
• **updated\_at**: `Date`
|
|
|
|
#### Inherited from
|
|
|
|
SoftDeletableEntity.updated\_at
|
|
|
|
#### Defined in
|
|
|
|
[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/interfaces/models/base-entity.ts#L19)
|
|
|
|
## Methods
|
|
|
|
### beforeInsert
|
|
|
|
▸ `Private` **beforeInsert**(): `void`
|
|
|
|
#### Returns
|
|
|
|
`void`
|
|
|
|
#### Defined in
|
|
|
|
[models/shipping-profile.ts:32](https://github.com/medusajs/medusa/blob/70139d0bb/packages/medusa/src/models/shipping-profile.ts#L32)
|