UNPKG
@4success/nfse-campinas
Version:
beta (2.0.0-beta.15)
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
2.0.0-beta.15
2.0.0-beta.14
2.0.0-beta.13
2.0.0-beta.12
2.0.0-beta.11
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
NFSe Campinas
github.com/4success/nfse-campinas
@4success/nfse-campinas
/
dist
/
soap
/
notafiscalsoap
/
definitions
/
X509IssuerSerial.d.ts
12 lines
(11 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/**
*
X509IssuerSerial
*
@targetNSAlias
`tns`
*
@targetNamespace
`http://www.w3.org/2000/09/xmldsig#`
*/ export interface X509IssuerSerial { /*
* xs:string
*/ X509IssuerName?: string; /*
* xs:integer
*/ X509SerialNumber?: number; }