File tree 1 file changed +7
-0
lines changed
src/Client/Products/PontoConnect/Models
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,13 @@ public class OnboardingDetails
129
129
/// <value>Type of the onboarding user's organization. Valid values are 'business' and 'personal'. Defaults to 'business'</value>
130
130
[ DataMember ( Name = "organizationType" , EmitDefaultValue = false ) ]
131
131
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 ; }
132
139
}
133
140
134
141
/// <inheritdoc cref="OnboardingDetails" />
You can’t perform that action at this time.
0 commit comments