You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+
* https://openapi-generator.tech
12
+
* Do not edit the class manually.
13
+
*/
14
+
15
+
import*asModelsfrom"./index";
16
+
17
+
/**
18
+
* TThe use type for each mailpiece. Can be one of marketing, operational, or null. Null use_type is only allowed if an account default use_type is selected in Account Settings. For more information on use_type, see our [Help Center article](https://help.lob.com/print-and-mail/building-a-mail-strategy/managing-mail-settings/declaring-mail-use-type).
19
+
* @export
20
+
* @enum {string}
21
+
*/
22
+
23
+
exportenumChkUseType{
24
+
Marketing="marketing",
25
+
Operational="operational",
26
+
Null="null",
27
+
}
28
+
29
+
/**
30
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Copy file name to clipboardExpand all lines: models/cmp-use-type.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
import*asModelsfrom"./index";
16
16
17
17
/**
18
-
* The usage type of this campaign. Can be one of `marketing` or `operational`.
18
+
* The use type for each mailpiece. Can be one of marketing, operational, or null. Null use_type is only allowed if an account default use_type is selected in Account Settings. For more information on use_type, see our [Help Center article](https://help.lob.com/print-and-mail/building-a-mail-strategy/managing-mail-settings/declaring-mail-use-type).
0 commit comments