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
* This file was auto-generated by Fern from our API Definition.
3
+
*/
4
+
5
+
exportinterfaceDefaultsSchema{
6
+
/** The payee's legal first name. */
7
+
firstName?: string;
8
+
/** The payee's legal last name. */
9
+
lastName?: string;
10
+
/** The payee's business name. */
11
+
businessName?: string;
12
+
/** The date, in `YYYY-MM-DD` format, the payee was born on. */
13
+
dateOfBirth?: string;
14
+
/** The legal address. */
15
+
address?: string;
16
+
/** The second part of the legal address, such as an apartment or suite number. */
17
+
address2?: string;
18
+
/** The city associated with the street address. Required if `country` is `US`. */
19
+
city?: string;
20
+
/** The two-letter character code for this state (`CA` for California, `ME` for Maine). Required if `country` is `US`. If foreign, use the province. */
21
+
state?: string;
22
+
/** The postal code associated with the street address. Required to be a 5-digit numerical value if `country` is `US`. If foreign, use the foreign postal code. */
23
+
postalCode?: string;
24
+
/** The country adhering to `ISO 3166-2` standards. */
25
+
country?: string;
26
+
/** The payee's email address. Abound assume's you have taken the proper steps to verify the ownership of this email address. */
* This file was auto-generated by Fern from our API Definition.
3
+
*/
4
+
5
+
import*asAboundfrom"../../../index";
6
+
7
+
exportinterfacePayeeTaxProfileSchema{
8
+
/** Determines if Abound should preload the Payee Tax Profile by `userId` lookup. Default is `true`. */
9
+
shouldPreloadFromUserId?: boolean;
10
+
/** Determines if the electronic delivery consent question should be asked in the Payee Tax Profile component. Default is `true`. */
11
+
shouldCollectElectronicDeliveryConsent?: boolean;
12
+
/** A list of the forms your organizaton intends to support and collect during a Payee Tax Profile submission. Default is all forms: `["FORM_W_9", "FORM_W_8BEN", "FORM_W_8BEN_E"]`. */
0 commit comments