ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/edi
EdiCertificate
Interface EdiCertificate
interface
EdiCertificate
{
id
:
string
;
partnerId
:
string
;
name
:
string
;
description
?:
string
|
null
;
type
:
string
;
purpose
:
string
;
serialNumber
?:
string
|
null
;
issuer
?:
string
|
null
;
subject
?:
string
|
null
;
fingerprint
?:
string
|
null
;
validFrom
:
string
;
validTo
:
string
;
isActive
:
boolean
;
autoRenew
:
boolean
;
keyAlgorithm
?:
string
|
null
;
keySize
?:
number
|
null
;
expiryAlertDays
:
number
;
lastAlertSentAt
?:
string
|
null
;
createdAt
:
string
;
updatedAt
:
string
;
}
Index
Properties
id
partner
Id
name
description?
type
purpose
serial
Number?
issuer?
subject?
fingerprint?
valid
From
valid
To
is
Active
auto
Renew
key
Algorithm?
key
Size?
expiry
Alert
Days
last
Alert
Sent
At?
created
At
updated
At
Properties
id
id
:
string
partner
Id
partnerId
:
string
name
name
:
string
Optional
description
description
?:
string
|
null
type
type
:
string
purpose
purpose
:
string
Optional
serial
Number
serialNumber
?:
string
|
null
Optional
issuer
issuer
?:
string
|
null
Optional
subject
subject
?:
string
|
null
Optional
fingerprint
fingerprint
?:
string
|
null
valid
From
validFrom
:
string
valid
To
validTo
:
string
is
Active
isActive
:
boolean
auto
Renew
autoRenew
:
boolean
Optional
key
Algorithm
keyAlgorithm
?:
string
|
null
Optional
key
Size
keySize
?:
number
|
null
expiry
Alert
Days
expiryAlertDays
:
number
Optional
last
Alert
Sent
At
lastAlertSentAt
?:
string
|
null
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
partner
Id
name
description
type
purpose
serial
Number
issuer
subject
fingerprint
valid
From
valid
To
is
Active
auto
Renew
key
Algorithm
key
Size
expiry
Alert
Days
last
Alert
Sent
At
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...