@@ -137,8 +137,6 @@ private constructor(
137137 * KYC and KYB evaluation states.
138138 *
139139 * Note:
140- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the `KYC_ADVANCED`
141- * workflow.
142140 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
143141 */
144142 fun status (): Optional <Status > = Optional .ofNullable(status.getNullable(" status" ))
@@ -165,8 +163,8 @@ private constructor(
165163 Optional .ofNullable(verificationApplication.getNullable(" verification_application" ))
166164
167165 /* *
168- * Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows . A list of documents required for
169- * the account holder to be approved.
166+ * Only present for "KYB_BASIC" workflow . A list of documents required for the account holder to
167+ * be approved.
170168 */
171169 fun requiredDocuments (): Optional <List <RequiredDocument >> =
172170 Optional .ofNullable(requiredDocuments.getNullable(" required_documents" ))
@@ -259,8 +257,6 @@ private constructor(
259257 * KYC and KYB evaluation states.
260258 *
261259 * Note:
262- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the `KYC_ADVANCED`
263- * workflow.
264260 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
265261 */
266262 @JsonProperty(" status" ) @ExcludeMissing fun _status () = status
@@ -287,8 +283,8 @@ private constructor(
287283 fun _verificationApplication () = verificationApplication
288284
289285 /* *
290- * Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows . A list of documents required for
291- * the account holder to be approved.
286+ * Only present for "KYB_BASIC" workflow . A list of documents required for the account holder to
287+ * be approved.
292288 */
293289 @JsonProperty(" required_documents" ) @ExcludeMissing fun _requiredDocuments () = requiredDocuments
294290
@@ -592,8 +588,6 @@ private constructor(
592588 * KYC and KYB evaluation states.
593589 *
594590 * Note:
595- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the `KYC_ADVANCED`
596- * workflow.
597591 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
598592 */
599593 fun status (status : Status ) = status(JsonField .of(status))
@@ -604,8 +598,6 @@ private constructor(
604598 * KYC and KYB evaluation states.
605599 *
606600 * Note:
607- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the `KYC_ADVANCED`
608- * workflow.
609601 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
610602 */
611603 @JsonProperty(" status" )
@@ -667,15 +659,15 @@ private constructor(
667659 ) = apply { this .verificationApplication = verificationApplication }
668660
669661 /* *
670- * Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows . A list of documents required
671- * for the account holder to be approved.
662+ * Only present for "KYB_BASIC" workflow . A list of documents required for the account
663+ * holder to be approved.
672664 */
673665 fun requiredDocuments (requiredDocuments : List <RequiredDocument >) =
674666 requiredDocuments(JsonField .of(requiredDocuments))
675667
676668 /* *
677- * Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows . A list of documents required
678- * for the account holder to be approved.
669+ * Only present for "KYB_BASIC" workflow . A list of documents required for the account
670+ * holder to be approved.
679671 */
680672 @JsonProperty(" required_documents" )
681673 @ExcludeMissing
@@ -1528,8 +1520,6 @@ private constructor(
15281520 * KYC and KYB evaluation states.
15291521 *
15301522 * Note:
1531- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the `KYC_ADVANCED`
1532- * workflow.
15331523 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
15341524 */
15351525 fun status (): Optional <Status > = Optional .ofNullable(status.getNullable(" status" ))
@@ -1549,8 +1539,6 @@ private constructor(
15491539 * KYC and KYB evaluation states.
15501540 *
15511541 * Note:
1552- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the `KYC_ADVANCED`
1553- * workflow.
15541542 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
15551543 */
15561544 @JsonProperty(" status" ) @ExcludeMissing fun _status () = status
@@ -1613,8 +1601,6 @@ private constructor(
16131601 * KYC and KYB evaluation states.
16141602 *
16151603 * Note:
1616- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
1617- * `KYC_ADVANCED` workflow.
16181604 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
16191605 */
16201606 fun status (status : Status ) = status(JsonField .of(status))
@@ -1623,8 +1609,6 @@ private constructor(
16231609 * KYC and KYB evaluation states.
16241610 *
16251611 * Note:
1626- * - `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
1627- * `KYC_ADVANCED` workflow.
16281612 * - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
16291613 */
16301614 @JsonProperty(" status" )
0 commit comments