Skip to content

Commit

Permalink
Merge 98ec3e5 into f31de02
Browse files Browse the repository at this point in the history
  • Loading branch information
bespin-hw committed Mar 9, 2020
2 parents f31de02 + 98ec3e5 commit 2fc0442
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -17,7 +17,8 @@ public static enum Gender {MALE, FEMALE}

public static enum ProfileType {INDIVIDUAL, BUSINESS, UNKNOWN}

public static enum BusinessType {CORPORATION, PARTNERSHIP}
public static enum BusinessType {CORPORATION, PARTNERSHIP, CANADIAN_REGISTERED_CHARITY, PUBLIC_COMPANY, PRIVATE_COMPANY,
NOT_FOR_PROFIT_ORGANIZATION, GOVERNMENT_ENTITY}

public static enum BusinessContactRole {DIRECTOR, OWNER, OTHER}

Expand Down

0 comments on commit 2fc0442

Please sign in to comment.