Skip to content

Commit 4e52969

Browse files
Fix documentation to use plural form for requestedProducts
Co-authored-by: GermanSmoliar <[email protected]>
1 parent 00bfaf1 commit 4e52969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/application.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)