@@ -100,10 +100,6 @@ export interface File {
100100 * - `processed_check_image_back` - An image of the back of a deposited check after
101101 * processing by Increase and submission to the Federal Reserve.
102102 * - `mailed_check_image` - An image of a check that was mailed to a recipient.
103- * - `check_voucher_image` - An image to be printed on the bottom or voucher of a
104- * check that you've requested Increase print.
105- * - `check_attachment_image` - A document to be printed on an additional page and
106- * mailed with a check that you've requested Increase print.
107103 * - `check_attachment` - A document to be printed on an additional page and mailed
108104 * with a check that you've requested Increase print.
109105 * - `inbound_mail_item` - A scanned mail item sent to Increase.
@@ -141,8 +137,6 @@ export interface File {
141137 | 'processed_check_image_front'
142138 | 'processed_check_image_back'
143139 | 'mailed_check_image'
144- | 'check_voucher_image'
145- | 'check_attachment_image'
146140 | 'check_attachment'
147141 | 'inbound_mail_item'
148142 | 'form_1099_int'
@@ -186,10 +180,6 @@ export interface FileCreateParams {
186180 * deposits.
187181 * - `check_image_back` - An image of the back of a check, used for check deposits.
188182 * - `mailed_check_image` - An image of a check that was mailed to a recipient.
189- * - `check_voucher_image` - An image to be printed on the bottom or voucher of a
190- * check that you've requested Increase print.
191- * - `check_attachment_image` - A document to be printed on an additional page and
192- * mailed with a check that you've requested Increase print.
193183 * - `check_attachment` - A document to be printed on an additional page and mailed
194184 * with a check that you've requested Increase print.
195185 * - `form_ss_4` - IRS Form SS-4.
@@ -217,8 +207,6 @@ export interface FileCreateParams {
217207 | 'check_image_front'
218208 | 'check_image_back'
219209 | 'mailed_check_image'
220- | 'check_voucher_image'
221- | 'check_attachment_image'
222210 | 'check_attachment'
223211 | 'form_ss_4'
224212 | 'identity_document'
@@ -291,8 +279,6 @@ export namespace FileListParams {
291279 | 'processed_check_image_front'
292280 | 'processed_check_image_back'
293281 | 'mailed_check_image'
294- | 'check_voucher_image'
295- | 'check_attachment_image'
296282 | 'check_attachment'
297283 | 'inbound_mail_item'
298284 | 'form_1099_int'
0 commit comments