@@ -54,7 +54,7 @@ public class OAuth
54
54
*
55
55
* UserInfo model with the following properties:
56
56
* <br /><b>sub</b>: the user ID GUID.
57
- * <br /><b>accounts</b>: this is list of DocuSign accounts associated with the current user.
57
+ * <br /><b>accounts</b>: this is list of Docusign accounts associated with the current user.
58
58
* <br /><b>name</b>: the user's full name.
59
59
* <br /><b>givenName</b>: the user's given name.
60
60
* <br /><b>familyName</b>: the user's family name.
@@ -73,7 +73,7 @@ public class UserInfo : IEquatable<UserInfo>, IValidatableObject
73
73
/// isDefault: whether this is the default account, when the user has access to multiple accounts.
74
74
/// accountName: the human-readable name of the account.
75
75
/// baseUri: the base URI associated with this account.
76
- /// It also tells which DocuSign data center the account is hosted on.
76
+ /// It also tells which Docusign data center the account is hosted on.
77
77
/// </summary>
78
78
[ DataContract ]
79
79
public class Account : IEquatable < Account > , IValidatableObject
@@ -235,8 +235,8 @@ public IEnumerable<ValidationResult> Validate(ValidationContext validationContex
235
235
236
236
/// <summary>
237
237
/// Organization model with the following properties:
238
- /// organizationId: the organization ID GUID if DocuSign Org Admin is enabled.
239
- /// links: this is list of organization direct links associated with the DocuSign account.
238
+ /// organizationId: the organization ID GUID if Docusign Org Admin is enabled.
239
+ /// links: this is list of organization direct links associated with the Docusign account.
240
240
/// </summary>
241
241
[ DataContract ]
242
242
public class Organization : IEquatable < Organization > , IValidatableObject
0 commit comments