File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export interface BaseApplicationAttributes extends UnimplementedFields {
206206 tags ?: object
207207
208208 /**
209- * Optional. The product being applied for. One of Banking, BillPay, or Capital.
209+ * Optional. The products being applied for. One or more of Banking, BillPay, or Capital.
210210 */
211211 requestedProducts ?: Product [ ]
212212}
@@ -562,7 +562,7 @@ interface BaseCreateApplicationRequestAttributes {
562562 deviceFingerprints ?: DeviceFingerprint [ ]
563563
564564 /**
565- * Optional. The product being applied for. One of Banking, BillPay, or Capital.
565+ * Optional. The products being applied for. One or more of Banking, BillPay, or Capital.
566566 */
567567 requestedProducts ?: Product [ ]
568568}
You can’t perform that action at this time.
0 commit comments