Search
Preparing search index...
The search index is not available
merchisdk
Options
All
Public
Public/Protected
All
Inherited
Menu
merchisdk
entities/notification
Notification
Class Notification
Hierarchy
Entity
Notification
Index
Constructors
constructor
Properties
archived
attachment
avatar
back
Objects
create
date
description
domain
html
Message
id
is
Dirty
key
link
merchi
message
notification
Type
properties
Map
recipient
related
Assignment
related
Draft
related
Draft
Comment
related
Invoice
related
Job
related
Job
Comment
related
Production
Comment
section
seen
send
Email
send
Sms
sender
short
Url
subject
urgency
merchi
Methods
clean
Dirty
create
Factory
delete
from
Json
get
Primary
Key
Value
recover
save
to
Form
Data
to
Json
update
Order
get
list
Constructors
constructor
new
Notification
(
merchi
?:
Merchi
)
:
Notification
Parameters
Optional
merchi:
Merchi
Returns
Notification
Properties
Optional
archived
archived
:
null
|
Date
Optional
attachment
attachment
:
null
|
MerchiFile
Optional
avatar
avatar
:
null
|
MerchiFile
Readonly
back
Objects
back
Objects
:
Set
<
Entity
>
= ...
create
create
:
(
options
?:
CreateOptions
)
=>
Promise
<
Notification
>
= ...
Type declaration
(
options
?:
CreateOptions
)
:
Promise
<
Notification
>
Parameters
Optional
options:
CreateOptions
Returns
Promise
<
Notification
>
Optional
date
date
:
Date
Optional
description
description
:
null
|
string
Optional
domain
domain
:
Domain
Optional
html
Message
html
Message
:
string
Optional
id
id
:
number
is
Dirty
is
Dirty
:
boolean
= false
key
key
:
string
= ...
Optional
link
link
:
null
|
string
merchi
merchi
:
Merchi
Optional
message
message
:
string
Optional
notification
Type
notification
Type
:
number
properties
Map
properties
Map
:
Map
<
string
,
PropertyInfo
>
Optional
recipient
recipient
:
User
Optional
related
Assignment
related
Assignment
:
null
|
Assignment
Optional
related
Draft
related
Draft
:
null
|
Draft
Optional
related
Draft
Comment
related
Draft
Comment
:
null
|
DraftComment
Optional
related
Invoice
related
Invoice
:
null
|
Invoice
Optional
related
Job
related
Job
:
null
|
Job
Optional
related
Job
Comment
related
Job
Comment
:
null
|
JobComment
Optional
related
Production
Comment
related
Production
Comment
:
null
|
ProductionComment
Optional
section
section
:
number
Optional
seen
seen
:
boolean
Optional
send
Email
send
Email
:
boolean
Optional
send
Sms
send
Sms
:
boolean
Optional
sender
sender
:
null
|
User
Optional
short
Url
short
Url
:
null
|
ShortUrl
Optional
subject
subject
:
null
|
string
Optional
urgency
urgency
:
number
Static
merchi
merchi
:
Merchi
Methods
clean
Dirty
clean
Dirty
(
)
:
void
Returns
void
create
Factory
create
Factory
(
__namedParameters
:
Object
)
:
(
options
?:
CreateOptions
)
=>
Promise
<
this
>
Parameters
__namedParameters:
Object
Returns
(
options
?:
CreateOptions
)
=>
Promise
<
this
>
(
options
?:
CreateOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
CreateOptions
Returns
Promise
<
this
>
delete
delete
(
options
?:
DeleteOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
DeleteOptions
Returns
Promise
<
this
>
from
Json
from
Json
(
json
:
any
, options
?:
FromJsonOptions
)
:
this
Parameters
json:
any
Optional
options:
FromJsonOptions
Returns
this
get
Primary
Key
Value
get
Primary
Key
Value
(
)
:
any
Returns
any
recover
recover
(
options
?:
SaveOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
SaveOptions
Returns
Promise
<
this
>
save
save
(
options
?:
SaveOptions
)
:
Promise
<
this
>
Parameters
Optional
options:
SaveOptions
Returns
Promise
<
this
>
to
Form
Data
to
Form
Data
(
options
?:
SerialiseOptions
, fileIndex
?:
Counter
)
:
FormData
Parameters
Optional
options:
SerialiseOptions
Optional
fileIndex:
Counter
Returns
FormData
to
Json
to
Json
(
)
:
any
Returns
any
update
Order
update
Order
(
property
:
string
)
:
void
Parameters
property:
string
Returns
void
Static
get
get<T>
(
key
:
string
|
number
, options
?:
GetOptions
)
:
Promise
<
InstanceType
<
T
>
>
Type parameters
T
:
typeof
Entity
Parameters
key:
string
|
number
Optional
options:
GetOptions
Returns
Promise
<
InstanceType
<
T
>
>
Static
list
list<T>
(
options
?:
ListOptions
)
:
Promise
<
ListResponse
<
InstanceType
<
T
>
>
>
Type parameters
T
:
typeof
Entity
Parameters
Optional
options:
ListOptions
Returns
Promise
<
ListResponse
<
InstanceType
<
T
>
>
>
Modules
entities/notification
Notification
constructor
archived
attachment
avatar
back
Objects
create
date
description
domain
html
Message
id
is
Dirty
key
link
merchi
message
notification
Type
properties
Map
recipient
related
Assignment
related
Draft
related
Draft
Comment
related
Invoice
related
Job
related
Job
Comment
related
Production
Comment
section
seen
send
Email
send
Sms
sender
short
Url
subject
urgency
merchi
clean
Dirty
create
Factory
delete
from
Json
get
Primary
Key
Value
recover
save
to
Form
Data
to
Json
update
Order
get
list
Generated using
TypeDoc