Files
medusa-store/docs/content/references/entities/classes/ShippingProfile.md
Shahed Nasser a8293af8e1 fix: overlapping branch names for generated PRs of references (#2097)
* fix overlapping branch names of generated references

* regenerate references
2022-08-25 17:47:58 +03:00

2.6 KiB

displayed_sidebar
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


deleted_at

deleted_at: null | Date

Inherited from

SoftDeletableEntity.deleted_at

Defined in

interfaces/models/soft-deletable-entity.ts:7


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: Record<string, unknown>

Defined in

models/shipping-profile.ts:30


name

name: string

Defined in

models/shipping-profile.ts:18


products

products: Product[]

Defined in

models/shipping-profile.ts:24


shipping_options

shipping_options: ShippingOption[]

Defined in

models/shipping-profile.ts:27


type

type: ShippingProfileType

Defined in

models/shipping-profile.ts:21


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/shipping-profile.ts:32