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
Copy file name to clipboardExpand all lines: api.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28222,6 +28222,12 @@ paths:
28222
28222
type: string
28223
28223
minLength: 1
28224
28224
example: 59cd72485007a239fb00282ed480da1f
28225
+
accountType:
28226
+
type: string
28227
+
enum:
28228
+
- individual
28229
+
- entity
28230
+
description: The account type for the enterprise. Defaults to 'individual' if not specified. Only available when feature flag 'wp_kyb_enable-account-type-entity' is enabled.
0 commit comments