Files
medusa-store/docs/content/references/entities/classes/PaymentSession.md
2022-11-28 13:11:03 +02:00

168 lines
3.0 KiB
Markdown

---
displayed_sidebar: entitiesSidebar
---
# Class: PaymentSession
## Hierarchy
- `BaseEntity`
**`PaymentSession`**
## Constructors
### constructor
**new PaymentSession**()
#### Inherited from
BaseEntity.constructor
## Properties
### amount
**amount**: `number`
#### Defined in
[models/payment-session.ts:57](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L57)
___
### cart
**cart**: [`Cart`](Cart.md)
#### Defined in
[models/payment-session.ts:36](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L36)
___
### cart\_id
**cart\_id**: `string`
#### Defined in
[models/payment-session.ts:32](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L32)
___
### created\_at
**created\_at**: `Date`
#### Inherited from
BaseEntity.created\_at
#### Defined in
[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/interfaces/models/base-entity.ts#L16)
___
### data
**data**: `Record`<`string`, `unknown`\>
#### Defined in
[models/payment-session.ts:49](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L49)
___
### id
**id**: `string`
#### Inherited from
BaseEntity.id
#### Defined in
[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/interfaces/models/base-entity.ts#L13)
___
### idempotency\_key
**idempotency\_key**: `string`
#### Defined in
[models/payment-session.ts:52](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L52)
___
### is\_selected
**is\_selected**: ``null`` \| `boolean`
#### Defined in
[models/payment-session.ts:43](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L43)
___
### payment\_authorized\_at
• **payment\_authorized\_at**: `Date`
#### Defined in
[models/payment-session.ts:62](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L62)
___
### provider\_id
• **provider\_id**: `string`
#### Defined in
[models/payment-session.ts:40](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L40)
___
### status
• **status**: `string`
#### Defined in
[models/payment-session.ts:46](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L46)
___
### updated\_at
• **updated\_at**: `Date`
#### Inherited from
BaseEntity.updated\_at
#### Defined in
[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/interfaces/models/base-entity.ts#L19)
## Methods
### beforeInsert
▸ `Private` **beforeInsert**(): `void`
#### Returns
`void`
#### Defined in
[models/payment-session.ts:64](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-session.ts#L64)