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: Adyen/Model/LegalEntityManagement/OnboardingLinkSettings.cs
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ public partial class OnboardingLinkSettings : IEquatable<OnboardingLinkSettings>
37
37
/// </summary>
38
38
/// <param name="acceptedCountries">The list of countries the user can choose from in hosted onboarding when `editPrefilledCountry` is allowed. The value must be in the two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code format. The array is empty by default, allowing all [countries and regions supported by hosted onboarding](https://docs.adyen.com/platforms/onboard-users/#hosted-onboarding)..</param>
39
39
/// <param name="allowBankAccountFormatSelection">Default value: **false** Indicates if the user can select the format for their payout account (if applicable)..</param>
40
+
/// <param name="allowDebugUi">Default value: **true** Indicates whether the debug user interface (UI) is enabled. The debug UI provides information for your support staff to diagnose and resolve user issues during onboarding. It can be accessed using a keyboard shortcut..</param>
40
41
/// <param name="allowIntraRegionCrossBorderPayout">Default value: **false** Indicates if the user can select a payout account in a different EU/EEA location (including Switzerland and the UK) than the location of their legal entity..</param>
41
42
/// <param name="changeLegalEntityType">Default value: **true** Indicates if the user can change their legal entity type..</param>
42
43
/// <param name="editPrefilledCountry">Default value: **true** Indicates if the user can change the country of their legal entity's address, for example the registered address of an organization..</param>
@@ -51,10 +52,11 @@ public partial class OnboardingLinkSettings : IEquatable<OnboardingLinkSettings>
51
52
/// <param name="requirePciSignPos">Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **pos** sales channel type..</param>
52
53
/// <param name="requirePciSignPosMoto">Default value: **false** Indicates if the user is required to sign a PCI questionnaires for the **posMoto** sales channel type..</param>
53
54
/// <param name="transferInstrumentLimit">The maximum number of transfer instruments the user can create..</param>
/// Default value: **true** Indicates whether the debug user interface (UI) is enabled. The debug UI provides information for your support staff to diagnose and resolve user issues during onboarding. It can be accessed using a keyboard shortcut.
92
+
/// </summary>
93
+
/// <value>Default value: **true** Indicates whether the debug user interface (UI) is enabled. The debug UI provides information for your support staff to diagnose and resolve user issues during onboarding. It can be accessed using a keyboard shortcut.</value>
/// Default value: **false** Indicates if the user can select a payout account in a different EU/EEA location (including Switzerland and the UK) than the location of their legal entity.
90
99
/// </summary>
@@ -193,6 +202,7 @@ public override string ToString()
0 commit comments