Skip to content

Commit 452ca87

Browse files
authored
Merge pull request #38 from ibanity/PO-2183-Add-missing-onboarding-details-fields-in-each-libs
PO-2083 Add missing onboarding details fields in each libs
2 parents a6f5912 + b2e6749 commit 452ca87

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Client/Products/PontoConnect/Models/OnboardingDetails.cs

+7
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ public class OnboardingDetails
129129
/// <value>Type of the onboarding user&#39;s organization. Valid values are 'business' and 'personal'. Defaults to 'business'</value>
130130
[DataMember(Name = "organizationType", EmitDefaultValue = false)]
131131
public string OrganizationType { get; set; }
132+
133+
/// <summary>
134+
/// Indicates whether the financial institution selection step should be skipped during onboarding
135+
/// </summary>
136+
/// <value>Whether to skip the financial institution selection step</value>
137+
[DataMember(Name = "skipFinancialInstitutionSelection", EmitDefaultValue = false)]
138+
public bool? SkipFinancialInstitutionSelection { get; set; }
132139
}
133140

134141
/// <inheritdoc cref="OnboardingDetails" />

0 commit comments

Comments
 (0)