We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c39fa1 + 19b551e commit b194100Copy full SHA for b194100
src/index.ts
@@ -80,6 +80,10 @@ export default class Facturapi {
80
return enums.InvoiceStatus;
81
}
82
83
+ static get CancellationMotive() {
84
+ return enums.CancellationMotive;
85
+ }
86
+
87
constructor(apiKey: string, options: FacturapiOptions = {}) {
88
if (options.apiVersion) {
89
if (!VALID_API_VERSIONS.includes(options.apiVersion)) {
0 commit comments