DealMakerAPI 0.0.3 → 0.68.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (169) hide show
  1. checksums.yaml +4 -4
  2. data/DealMakerAPI.gemspec +3 -3
  3. data/README.md +75 -20
  4. data/docs/CompanyApi.md +214 -0
  5. data/docs/CreateCompanyRequest.md +32 -0
  6. data/docs/CreateCorporationProfileRequest.md +82 -0
  7. data/docs/CreateDealSetupRequest.md +30 -0
  8. data/docs/CreateIndividualProfileRequest.md +44 -0
  9. data/docs/CreateInvestorRequest.md +40 -0
  10. data/docs/CreateJointProfileRequest.md +68 -0
  11. data/docs/CreateTrustProfileRequest.md +60 -0
  12. data/docs/DealApi.md +5 -222
  13. data/docs/DealSetupApi.md +74 -0
  14. data/docs/DefaultApi.md +413 -0
  15. data/docs/InvestorApi.md +368 -0
  16. data/docs/InvestorProfileApi.md +573 -15
  17. data/docs/PatchCorporationProfileRequest.md +58 -0
  18. data/docs/PatchIndividualProfileRequest.md +42 -0
  19. data/docs/PatchInvestorRequest.md +18 -0
  20. data/docs/PatchJointProfileRequest.md +66 -0
  21. data/docs/PatchTrustProfileRequest.md +58 -0
  22. data/docs/PostWebhooksRequest.md +26 -0
  23. data/docs/PutWebhooksIdRequest.md +30 -0
  24. data/docs/UpdateInvestorRequest.md +24 -0
  25. data/docs/V1EntitiesAddress.md +28 -0
  26. data/docs/V1EntitiesAddresses.md +18 -0
  27. data/docs/V1EntitiesCompany.md +34 -0
  28. data/docs/V1EntitiesCompanyDeal.md +20 -0
  29. data/docs/V1EntitiesCompanyDeals.md +18 -0
  30. data/docs/V1EntitiesDealSetup.md +34 -0
  31. data/docs/V1EntitiesDealSetupUser.md +20 -0
  32. data/docs/V1EntitiesInvestor.md +10 -4
  33. data/docs/V1EntitiesInvestorProfileAddress.md +28 -0
  34. data/docs/V1EntitiesInvestorProfileCorporation.md +34 -0
  35. data/docs/V1EntitiesInvestorProfileFieldsAccountHolder.md +28 -0
  36. data/docs/V1EntitiesInvestorProfileFieldsCorporation.md +24 -0
  37. data/docs/V1EntitiesInvestorProfileFieldsPrimaryHolder.md +30 -0
  38. data/docs/V1EntitiesInvestorProfileFieldsTrust.md +24 -0
  39. data/docs/V1EntitiesInvestorProfileIndividual.md +6 -16
  40. data/docs/V1EntitiesInvestorProfileItem.md +18 -0
  41. data/docs/V1EntitiesInvestorProfileJoint.md +34 -0
  42. data/docs/V1EntitiesInvestorProfileTrust.md +32 -0
  43. data/docs/V1EntitiesInvestorProfiles.md +18 -0
  44. data/docs/V1EntitiesWebhooksDeal.md +22 -0
  45. data/docs/V1EntitiesWebhooksSecurityToken.md +18 -0
  46. data/docs/V1EntitiesWebhooksSubscription.md +28 -0
  47. data/docs/V1EntitiesWebhooksSubscriptionDeal.md +24 -0
  48. data/docs/V1EntitiesWebhooksSubscriptionDeals.md +18 -0
  49. data/lib/DealMakerAPI/api/company_api.rb +219 -0
  50. data/lib/DealMakerAPI/api/deal_api.rb +9 -226
  51. data/lib/DealMakerAPI/api/deal_setup_api.rb +90 -0
  52. data/lib/DealMakerAPI/api/default_api.rb +403 -0
  53. data/lib/DealMakerAPI/api/investor_api.rb +399 -0
  54. data/lib/DealMakerAPI/api/investor_profile_api.rb +570 -16
  55. data/lib/DealMakerAPI/api_client.rb +5 -3
  56. data/lib/DealMakerAPI/api_error.rb +3 -2
  57. data/lib/DealMakerAPI/configuration.rb +15 -3
  58. data/lib/DealMakerAPI/models/create_company_request.rb +320 -0
  59. data/lib/DealMakerAPI/models/create_corporation_profile_request.rb +601 -0
  60. data/lib/DealMakerAPI/models/create_deal_setup_request.rb +364 -0
  61. data/lib/DealMakerAPI/models/create_individual_profile_request.rb +389 -0
  62. data/lib/DealMakerAPI/models/create_investor_request.rb +386 -0
  63. data/lib/DealMakerAPI/models/create_joint_profile_request.rb +521 -0
  64. data/lib/DealMakerAPI/models/create_trust_profile_request.rb +491 -0
  65. data/lib/DealMakerAPI/models/patch_corporation_profile_request.rb +454 -0
  66. data/lib/DealMakerAPI/models/patch_individual_profile_request.rb +374 -0
  67. data/lib/DealMakerAPI/models/patch_investor_request.rb +225 -0
  68. data/lib/DealMakerAPI/models/patch_joint_profile_request.rb +506 -0
  69. data/lib/DealMakerAPI/models/patch_trust_profile_request.rb +454 -0
  70. data/lib/DealMakerAPI/models/post_webhooks_request.rb +277 -0
  71. data/lib/DealMakerAPI/models/put_webhooks_id_request.rb +286 -0
  72. data/lib/DealMakerAPI/models/update_investor_request.rb +286 -0
  73. data/lib/DealMakerAPI/models/v1_entities_address.rb +270 -0
  74. data/lib/DealMakerAPI/models/v1_entities_addresses.rb +219 -0
  75. data/lib/DealMakerAPI/models/v1_entities_attachment.rb +3 -2
  76. data/lib/DealMakerAPI/models/v1_entities_background_check_search.rb +3 -2
  77. data/lib/DealMakerAPI/models/v1_entities_company.rb +299 -0
  78. data/lib/DealMakerAPI/models/v1_entities_company_deal.rb +230 -0
  79. data/lib/DealMakerAPI/models/v1_entities_company_deals.rb +219 -0
  80. data/lib/DealMakerAPI/models/v1_entities_deal.rb +5 -4
  81. data/lib/DealMakerAPI/models/v1_entities_deal_enterprise.rb +3 -2
  82. data/lib/DealMakerAPI/models/v1_entities_deal_funding_metrics.rb +3 -2
  83. data/lib/DealMakerAPI/models/v1_entities_deal_investor_metrics.rb +3 -2
  84. data/lib/DealMakerAPI/models/v1_entities_deal_issuer.rb +3 -2
  85. data/lib/DealMakerAPI/models/v1_entities_deal_setup.rb +300 -0
  86. data/lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb +230 -0
  87. data/lib/DealMakerAPI/models/v1_entities_deals.rb +3 -2
  88. data/lib/DealMakerAPI/models/v1_entities_investor.rb +50 -20
  89. data/lib/DealMakerAPI/models/v1_entities_investor_profile_address.rb +270 -0
  90. data/lib/DealMakerAPI/models/v1_entities_investor_profile_corporation.rb +332 -0
  91. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_account_holder.rb +269 -0
  92. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_corporation.rb +249 -0
  93. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_primary_holder.rb +279 -0
  94. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trust.rb +249 -0
  95. data/lib/DealMakerAPI/models/v1_entities_investor_profile_individual.rb +26 -76
  96. data/lib/DealMakerAPI/models/v1_entities_investor_profile_item.rb +219 -0
  97. data/lib/DealMakerAPI/models/v1_entities_investor_profile_joint.rb +333 -0
  98. data/lib/DealMakerAPI/models/v1_entities_investor_profile_trust.rb +323 -0
  99. data/lib/DealMakerAPI/models/v1_entities_investor_profiles.rb +220 -0
  100. data/lib/DealMakerAPI/models/v1_entities_investor_user.rb +3 -2
  101. data/lib/DealMakerAPI/models/v1_entities_investors.rb +3 -2
  102. data/lib/DealMakerAPI/models/v1_entities_subscription_agreement.rb +3 -2
  103. data/lib/DealMakerAPI/models/v1_entities_webhooks_deal.rb +241 -0
  104. data/lib/DealMakerAPI/models/v1_entities_webhooks_security_token.rb +221 -0
  105. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription.rb +270 -0
  106. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deal.rb +250 -0
  107. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deals.rb +219 -0
  108. data/lib/DealMakerAPI/version.rb +3 -3
  109. data/lib/DealMakerAPI.rb +43 -2
  110. data/spec/api/company_api_spec.rb +73 -0
  111. data/spec/api/deal_api_spec.rb +4 -47
  112. data/spec/api/deal_setup_api_spec.rb +47 -0
  113. data/spec/api/default_api_spec.rb +108 -0
  114. data/spec/api/investor_api_spec.rb +106 -0
  115. data/spec/api/investor_profile_api_spec.rb +109 -7
  116. data/spec/api_client_spec.rb +2 -2
  117. data/spec/configuration_spec.rb +2 -2
  118. data/spec/models/create_company_request_spec.rb +76 -0
  119. data/spec/models/create_corporation_profile_request_spec.rb +230 -0
  120. data/spec/models/create_deal_setup_request_spec.rb +82 -0
  121. data/spec/models/create_individual_profile_request_spec.rb +116 -0
  122. data/spec/models/create_investor_request_spec.rb +108 -0
  123. data/spec/models/create_joint_profile_request_spec.rb +192 -0
  124. data/spec/models/create_trust_profile_request_spec.rb +164 -0
  125. data/spec/models/patch_corporation_profile_request_spec.rb +158 -0
  126. data/spec/models/patch_individual_profile_request_spec.rb +110 -0
  127. data/spec/models/patch_investor_request_spec.rb +34 -0
  128. data/spec/models/patch_joint_profile_request_spec.rb +186 -0
  129. data/spec/models/patch_trust_profile_request_spec.rb +158 -0
  130. data/spec/models/post_webhooks_request_spec.rb +58 -0
  131. data/spec/models/put_webhooks_id_request_spec.rb +70 -0
  132. data/spec/models/update_investor_request_spec.rb +56 -0
  133. data/spec/models/v1_entities_address_spec.rb +64 -0
  134. data/spec/models/v1_entities_addresses_spec.rb +34 -0
  135. data/spec/models/v1_entities_attachment_spec.rb +2 -2
  136. data/spec/models/v1_entities_background_check_search_spec.rb +2 -2
  137. data/spec/models/v1_entities_company_deal_spec.rb +40 -0
  138. data/spec/models/v1_entities_company_deals_spec.rb +34 -0
  139. data/spec/models/v1_entities_company_spec.rb +82 -0
  140. data/spec/models/v1_entities_deal_enterprise_spec.rb +2 -2
  141. data/spec/models/v1_entities_deal_funding_metrics_spec.rb +2 -2
  142. data/spec/models/v1_entities_deal_investor_metrics_spec.rb +2 -2
  143. data/spec/models/v1_entities_deal_issuer_spec.rb +2 -2
  144. data/spec/models/v1_entities_deal_setup_spec.rb +82 -0
  145. data/spec/models/v1_entities_deal_setup_user_spec.rb +40 -0
  146. data/spec/models/v1_entities_deal_spec.rb +3 -3
  147. data/spec/models/v1_entities_deals_spec.rb +2 -2
  148. data/spec/models/v1_entities_investor_profile_address_spec.rb +64 -0
  149. data/spec/models/v1_entities_investor_profile_corporation_spec.rb +86 -0
  150. data/spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb +64 -0
  151. data/spec/models/v1_entities_investor_profile_fields_corporation_spec.rb +52 -0
  152. data/spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb +70 -0
  153. data/spec/models/v1_entities_investor_profile_fields_trust_spec.rb +52 -0
  154. data/spec/models/v1_entities_investor_profile_individual_spec.rb +6 -36
  155. data/spec/models/v1_entities_investor_profile_item_spec.rb +34 -0
  156. data/spec/models/v1_entities_investor_profile_joint_spec.rb +86 -0
  157. data/spec/models/v1_entities_investor_profile_trust_spec.rb +80 -0
  158. data/spec/models/v1_entities_investor_profiles_spec.rb +34 -0
  159. data/spec/models/v1_entities_investor_spec.rb +22 -4
  160. data/spec/models/v1_entities_investor_user_spec.rb +2 -2
  161. data/spec/models/v1_entities_investors_spec.rb +2 -2
  162. data/spec/models/v1_entities_subscription_agreement_spec.rb +2 -2
  163. data/spec/models/v1_entities_webhooks_deal_spec.rb +46 -0
  164. data/spec/models/v1_entities_webhooks_security_token_spec.rb +34 -0
  165. data/spec/models/v1_entities_webhooks_subscription_deal_spec.rb +52 -0
  166. data/spec/models/v1_entities_webhooks_subscription_deals_spec.rb +34 -0
  167. data/spec/models/v1_entities_webhooks_subscription_spec.rb +64 -0
  168. data/spec/spec_helper.rb +2 -2
  169. metadata +174 -10
@@ -0,0 +1,601 @@
1
+ =begin
2
+ #DealMaker API
3
+
4
+ ## Introduction Welcome to DealMaker’s Web API v1! This API is RESTful, easy to integrate with, and offers support in 2 different languages. This is the technical documentation for our API. There are tutorials and examples of integrations with our API available on our [knowledge centre](https://help.dealmaker.tech/training-centre) as well. # Libraries - Javascript - Ruby # Authentication To authenticate, add an Authorization header to your API request that contains an access token. Before you [generate an access token](#how-to-generate-an-access-token) your must first [create an application](#create-an-application) on your portal and retrieve the your client ID and secret ## Create an Application DealMaker’s Web API v1 supports the use of OAuth applications. Applications can be generated in your [account](https://app.dealmaker.tech/developer/applications). To create an API Application, click on your user name in the top right corner to open a dropdown menu, and select \"Integrations\". Under the API settings tab, click the `Create New Application` button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-1.png) Name your application and assign the level of permissions for this application ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-2.png) Once your application is created, save in a secure space your client ID and secret. **WARNING**: The secret key will not be visible after you click the close button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-3.png) From the developer tab, you will be able to view and manage all the available applications ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-4.png) Each Application consists of a client id, secret and set of scopes. The scopes define what resources you want to have access to. The client ID and secret are used to generate an access token. You will need to create an application to use API endpoints. ## How to generate an access token After creating an application, you must make a call to obtain a bearer token using the Generate an OAuth token operation. This operation requires the following parameters: `token endpoint` - https://app.dealmaker.tech/oauth/token `grant_type` - must be set to `client_credentials` `client_id` - the Client ID displayed when you created the OAuth application in the previous step `client_secret` - the Client Secret displayed when you created the OAuth application in the previous step `scope` - the scope is established when you created the OAuth application in the previous step Note: The Generate an OAuth token response specifies how long the bearer token is valid for. You should reuse the bearer token until it is expired. When the token is expired, call Generate an OAuth token again to generate a new one. To use the access token, you must set a plain text header named `Authorization` with the contents of the header being “Bearer XXX” where XXX is your generated access token. ### Example #### Postman Here's an example on how to generate the access token with Postman, where `{{CLIENT_ID}}` and `{{CLIENT_SECRET}}` are the values generated after following the steps on [Create an Application](#create-an-application) ![Get access token postman example](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/token-postman.png) # Status Codes ## Content-Type Header All responses are returned in JSON format. We specify this by sending the Content-Type header. ## Status Codes Below is a table containing descriptions of the various status codes we currently support against various resources. Sometimes your API call will generate an error. Here you will find additional information about what to expect if you don’t format your request properly, or we fail to properly process your request. | Status Code | Description | | ----------- | ----------- | | `200` | Success | | `403` | Forbidden | | `404` | Not found | # Pagination Pagination is used to divide large responses is smaller portions (pages). By default, all endpoints return a maximum of 25 records per page. You can change the number of records on a per request basis by passing a `per_page` parameter in the request header parameters. The largest supported `per_page` parameter is 100. When the response exceeds the `per_page` parameter, you can paginate through the records by increasing the `offset` parameter. Example: `offset=25` will return 25 records starting from 26th record. You may also paginate using the `page` parameter to indicate the page number you would like to show on the response. Please review the table below for the input parameters ## Inputs | Parameter | Description | | ---------- | ------------------------------------------------------------------------------- | | `per_page` | Amount of records included on each page (Default is 25) | | `page` | Page number | | `offset` | Amount of records offset on the API request where 0 represents the first record | ## Response Headers | Response Header | Description | | --------------- | -------------------------------------------- | | `X-Total` | Total number of records of response | | `X-Total-Pages` | Total number of pages of response | | `X-Per-Page` | Total number of records per page of response | | `X-Page` | Number of current page | | `X-Next-Page` | Number of next page | | `X-Prev-Page` | Number of previous page | | `X-Offset` | Total number of records offset | # Search and Filtering (The q parameter) The q optional parameter accepts a string as input and allows you to filter the request based on that string. Please note that search strings must be encoded according to ASCII. For example, \"john+investor&#64;dealmaker.tech\" should be passed as “john%2Binvestor%40dealmaker.tech”. There are two main ways to filter with it. ## Keyword filtering Some keywords allow you to filter investors based on a specific “scope” of the investors, for example using the string “Invited” will filter all investors with the status invited, and the keyword “Has attachments” will filter investors with attachments. Here’s a list of possible keywords and the “scope” each one of the keywords filters by: | Keywords | Scope | Decoded Example | Encoded Example | | ---------------------------------------------- | --------------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | Signed on \\(date range\\) | Investors who signed in the provided date range | Signed on (date range) [2020-07-01:2020-07-31] | `Signed%20on%20%28date%20range%29%20%5B2020-07-01%3A2020-07-31%5D` | | Enabled for countersignature on \\(date range\\) | Investors who were enabled for counter signature in the provided date range | Enabled for countersignature on (date range) [2022-05-24:2022-05-25] | `Enabled%20for%20countersignature%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Accepted on \\(date range\\) | Investors accepted in the provided date rage | Accepted on (date range) [2022-05-24:2022-05-25] | `Accepted%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Offline | Investors added to the deal offline | Offline | `Offline` | | Online | Investors added to the deal online | Online | `Online` | | Signed | Investors who signed their agreement | Signed | `Signed` | | Waiting for countersignature | Investors who have signed and are waiting for counter signature | Waiting for countersignature | `Waiting%20for%20countersignature` | | Invited | Investors on the Invited Status | Invited | `Invited` | | Accepted | Investors in the Accepted Status | Accepted | `Accepted` | | Questionnaire in progress | All Investors who have not finished completing the questionnaire | Questionnaire in progress | `Questionnaire%20in%20progress` | | Has attachments | All Investors with attachments | Has attachments | `Has%20attachments` | | Has notes | All Investors with notes | Has notes | `Has%20notes` | | Waiting for co-signature | Investors who have signed and are waiting for co-signature | Waiting for co-signature | `Waiting%20for%20co-signature` | | Background Check Approved | Investors with approved background check | Background Check Approved | `Background%20Check%20Approved` | | Document Review Pending | Investors with pending review | Document Review Pending | `Document%20Review%20Pending` | | Document Upload Pending | Investors with pending documents to upload | Document Upload Pending | `Document%20Upload%20Pending` | | Required adjudicator review | Investors who are required to be review by the adjudicator | Required adjudicator review | `Required%20adjudicator%20review` | --- **NOTE** Filtering keywords are case sensitive and need to be encoded --- ## Search String Any value for the parameter which does not match one of the keywords listed above, will use fields like `first name`, `last name`, `email`, `tags` to search for the investor. For example, if you search “Robert”, because this does not match one of the keywords listed above, it will then return any investors who have the string “Robert” in their name, email, or tags fields. # Versioning The latest version is v1. The version can be updated on the `Accept` header, just set the version as stated on the following example: ``` Accept:application/vnd.dealmaker-v1+json ``` | Version | Accept Header | | ------- | ----------------------------------- | | `v1` | application/vnd.dealmaker-`v1`+json | # SDK’s For instruction on installing SDKs, please view the following links - [Javascript](https://github.com/DealMakerTech/api/tree/main/v1/clients/javascript) - [Ruby](https://github.com/DealMakerTech/api/tree/main/v1/clients/ruby) # Webhooks Our webhooks functionality allows clients to automatically receive updates on a deal's investor data. The type of data that the webhooks include: - Investor Name - Date created - Email - Phone - Allocation - Attachments - Accredited investor status - Accredited investor category - Status (Draft, Invited, Accepted, Waiting) Via webhooks clients can subscribe to the following events as they happen on Dealmaker: - Investor is created - Investor details are updated (any of the investor details above change or are updated) - Investor is deleted A URL supplied by the client will receive all the events with the information as part of the payload. Clients are able to add and update the URL within DealMaker. ## Configuration For a comprehensive guide on how to configure Webhooks please visit our support article: [Configuring Webhooks on DealMaker – DealMaker Support](https://help.dealmaker.tech/configuring-webhooks-on-dealmaker). As a developer user on DealMaker, you are able to configure webhooks by following the steps below: 1. Sign into Dealmaker 2. Go to **“Your profile”** in the top right corner 3. Access an **“Integrations”** configuration via the left menu 4. The developer configures webhooks by including: - The HTTPS URL where the request will be sent - Optionally, a security token that we would use to build a SHA1 hash that would be included in the request headers. The name of the header is `X-DealMaker-Signature`. If the secret is not specified, the hash won’t be included in the headers. - An email address that will be used to notify about errors. 5. The developers can disable webhooks temporarily if needed ## Specification ### Events The initial set of events will be related to the investor. The events are: 1. `investor.created` - Triggers every time a new investor is added to a deal 2. `investor.updated` - Triggers on updates to any of the following fields: 1. Status 2. Name 3. Email - (this is a user field so we trigger event for all investors with webhook subscription) 4. Allocated Amount 5. Investment Amount 6. Accredited investor fields 7. Adding or removing attachments 8. Tags - When the investor status is signed, the payload also includes a link to the signed document; the link expires after 30 minutes 3. `investor.deleted` - Triggers when the investor is removed from the deal - The investor key of the payload only includes investor ID - The deal is not included in the payload. Due to our implementation it’s impossible to retrieve the deal the investor was part of ### Requests - The request is a `POST` - The payload’s `content-type` is `application/json` - Only `2XX` responses are considered successful. In the event of a different response, we consider it failed and queue the event for retry - We retry the request five times, after the initial attempt. Doubling the waiting time between intervals with each try. The first retry happens after 30 seconds, then 60 seconds, 2 mins, 4 minutes, and 8 minutes. This timing scheme gives the receiver about 1 hour if all the requests fail - If an event fails all the attempts to be delivered, we send an email to the address that the user configured ### Payload #### Common Properties There will be some properties that are common to all the events on the system. | Key | Type | Description | | ----------------- | ------ | -------------------------------------------------------------------------------------- | | event | String | The event that triggered the call | | event_id | String | A unique identifier for the event | | deal<sup>\\*</sup> | Object | The deal in which the event occurred. It includes id, title, created_at and updated_at | <sup>\\*</sup>This field is not included when deleting a resource #### Common Properties (investor scope) Every event on this scope must contain an investor object, here are some properties that are common to this object on all events in the investor scope: | Key | Type | Description | | ------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------ | | id | Integer | The unique ID of the Investor | | name | String | Investor’s Name | | status | String | Current status of the investor<br />Possible states are: <br />draft<br />invited<br />signed<br />waiting<br />accepted | | email | String | | | phone_number | String | | | investment_amount | Double | | | allocated_amount | Double | | | accredited_investor | Object | See format in respective ticket | | attachments | Array of Objects | List of supporting documents uploaded to the investor, including URL (expire after 30 minutes) and title (caption) | | funding_state | String | Investor’s current funding state (unfunded, underfunded, funded, overfunded) | | funds_pending | Boolean | True if there are pending transactions, False otherwise | | created_at | Date | | | updated_at | Date | | | tags | Array of Strings | a list of the investor's tags, separated by comma. | ### investor.status >= signed Specific Properties | Key | Type | Description | | ---------------------- | ------ | ---------------------- | | subscription_agreement | object | id, url (expiring URL) | #### Investor Status Here is a brief description of each investor state: - **Draft:** the investor is added to the platform but hasn't been invited yet and cannot access the portal - **Invited:** the investor was added to the platform but hasn’t completed the questionnaire - **Signed:** the investor signed the document (needs approval from Lawyer or Reviewer before countersignature) - **Waiting:** the investor was approved for countersignature by any of the Lawyers or Reviewers in the deal - **Accepted:** the investor's agreement was countersigned by the Signatory #### Update Delay Given the high number of updates our platform performs on any investor, we’ve added a cool down period on update events that allows us to “group” updates and trigger only one every minute. In consequence, update events will be delivered 1 minute after the initial request was made and will include the latest version of the investor data at delivery time.
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module DealMakerAPI
17
+ class CreateCorporationProfileRequest
18
+ # User email which is associated with investor profile (required).
19
+ attr_accessor :email
20
+
21
+ # The accredited investor information.
22
+ attr_accessor :us_accredited_category
23
+
24
+ # The name of the corporation (required).
25
+ attr_accessor :name
26
+
27
+ # The country of the corporation (required).
28
+ attr_accessor :country
29
+
30
+ # The street address of the corporation (required).
31
+ attr_accessor :street_address
32
+
33
+ # The street address line 2 of the corporation.
34
+ attr_accessor :unit2
35
+
36
+ # The city of the corporation (required).
37
+ attr_accessor :city
38
+
39
+ # The region or state of the corporation (required).
40
+ attr_accessor :region
41
+
42
+ # The postal code or zipcode of the corporation (required).
43
+ attr_accessor :postal_code
44
+
45
+ # The taxpayer identification number of the corporation (required).
46
+ attr_accessor :business_number
47
+
48
+ # The phone number o of the corporation (required).
49
+ attr_accessor :phone_number
50
+
51
+ # The first name of the signing officer (required).
52
+ attr_accessor :signing_officer_first_name
53
+
54
+ # The last name of the signing officer (required).
55
+ attr_accessor :signing_officer_last_name
56
+
57
+ # The suffix of the signing officer.
58
+ attr_accessor :signing_officer_suffix
59
+
60
+ # The country of the signing officer (required).
61
+ attr_accessor :signing_officer_country
62
+
63
+ # The street address of the signing officer (required).
64
+ attr_accessor :signing_officer_street_address
65
+
66
+ # The street address line 2 of the signing officer.
67
+ attr_accessor :signing_officer_unit2
68
+
69
+ # The city of the signing officer (required).
70
+ attr_accessor :signing_officer_city
71
+
72
+ # The region or state of the signing officer (required).
73
+ attr_accessor :signing_officer_region
74
+
75
+ # The postal code or zipcode of the signing officer (required).
76
+ attr_accessor :signing_officer_postal_code
77
+
78
+ # The date of birth of the signing officer (required).
79
+ attr_accessor :signing_officer_date_of_birth
80
+
81
+ # The taxpayer identification number of the signing officer (required).
82
+ attr_accessor :signing_officer_taxpayer_id
83
+
84
+ # The list of first names for the beneficial owners (required for beneficial owner 1).
85
+ attr_accessor :beneficial_owners_first_name
86
+
87
+ # The list of last names for the beneficial owners (required for beneficial owner 1).
88
+ attr_accessor :beneficial_owners_last_name
89
+
90
+ # The list of suffixes for the beneficial owners.
91
+ attr_accessor :beneficial_owners_suffix
92
+
93
+ # The list of countries for the beneficial owners (required for beneficial owner 1).
94
+ attr_accessor :beneficial_owners_country
95
+
96
+ # The list of street addresses for the beneficial owners (required for beneficial owner 1).
97
+ attr_accessor :beneficial_owners_street_address
98
+
99
+ # The list of street address line 2 for the beneficial owners.
100
+ attr_accessor :beneficial_owners_unit_2
101
+
102
+ # The list of cities for the beneficial owners (required for beneficial owner 1).
103
+ attr_accessor :beneficial_owners_city
104
+
105
+ # The list of region or states for the beneficial owners (required for beneficial owner 1).
106
+ attr_accessor :beneficial_owners_region
107
+
108
+ # The list of postal codes or zipcodes for the beneficial owners (required for beneficial owner 1).
109
+ attr_accessor :beneficial_owners_postal_code
110
+
111
+ # The list of dates of birth for the beneficial owners (required for beneficial owner 1).
112
+ attr_accessor :beneficial_owners_date_of_birth
113
+
114
+ # The list of taxpayer identification numbers for the beneficial owners (required for beneficial owner 1).
115
+ attr_accessor :beneficial_owners_taxpayer_id
116
+
117
+ class EnumAttributeValidator
118
+ attr_reader :datatype
119
+ attr_reader :allowable_values
120
+
121
+ def initialize(datatype, allowable_values)
122
+ @allowable_values = allowable_values.map do |value|
123
+ case datatype.to_s
124
+ when /Integer/i
125
+ value.to_i
126
+ when /Float/i
127
+ value.to_f
128
+ else
129
+ value
130
+ end
131
+ end
132
+ end
133
+
134
+ def valid?(value)
135
+ !value || allowable_values.include?(value)
136
+ end
137
+ end
138
+
139
+ # Attribute mapping from ruby-style variable name to JSON key.
140
+ def self.attribute_map
141
+ {
142
+ :'email' => :'email',
143
+ :'us_accredited_category' => :'us_accredited_category',
144
+ :'name' => :'name',
145
+ :'country' => :'country',
146
+ :'street_address' => :'street_address',
147
+ :'unit2' => :'unit2',
148
+ :'city' => :'city',
149
+ :'region' => :'region',
150
+ :'postal_code' => :'postal_code',
151
+ :'business_number' => :'business_number',
152
+ :'phone_number' => :'phone_number',
153
+ :'signing_officer_first_name' => :'signing_officer_first_name',
154
+ :'signing_officer_last_name' => :'signing_officer_last_name',
155
+ :'signing_officer_suffix' => :'signing_officer_suffix',
156
+ :'signing_officer_country' => :'signing_officer_country',
157
+ :'signing_officer_street_address' => :'signing_officer_street_address',
158
+ :'signing_officer_unit2' => :'signing_officer_unit2',
159
+ :'signing_officer_city' => :'signing_officer_city',
160
+ :'signing_officer_region' => :'signing_officer_region',
161
+ :'signing_officer_postal_code' => :'signing_officer_postal_code',
162
+ :'signing_officer_date_of_birth' => :'signing_officer_date_of_birth',
163
+ :'signing_officer_taxpayer_id' => :'signing_officer_taxpayer_id',
164
+ :'beneficial_owners_first_name' => :'beneficial_owners[first_name]',
165
+ :'beneficial_owners_last_name' => :'beneficial_owners[last_name]',
166
+ :'beneficial_owners_suffix' => :'beneficial_owners[suffix]',
167
+ :'beneficial_owners_country' => :'beneficial_owners[country]',
168
+ :'beneficial_owners_street_address' => :'beneficial_owners[street_address]',
169
+ :'beneficial_owners_unit_2' => :'beneficial_owners[unit_2]',
170
+ :'beneficial_owners_city' => :'beneficial_owners[city]',
171
+ :'beneficial_owners_region' => :'beneficial_owners[region]',
172
+ :'beneficial_owners_postal_code' => :'beneficial_owners[postal_code]',
173
+ :'beneficial_owners_date_of_birth' => :'beneficial_owners[date_of_birth]',
174
+ :'beneficial_owners_taxpayer_id' => :'beneficial_owners[taxpayer_id]'
175
+ }
176
+ end
177
+
178
+ # Returns all the JSON keys this model knows about
179
+ def self.acceptable_attributes
180
+ attribute_map.values
181
+ end
182
+
183
+ # Attribute type mapping.
184
+ def self.openapi_types
185
+ {
186
+ :'email' => :'String',
187
+ :'us_accredited_category' => :'String',
188
+ :'name' => :'String',
189
+ :'country' => :'String',
190
+ :'street_address' => :'String',
191
+ :'unit2' => :'String',
192
+ :'city' => :'String',
193
+ :'region' => :'String',
194
+ :'postal_code' => :'String',
195
+ :'business_number' => :'String',
196
+ :'phone_number' => :'String',
197
+ :'signing_officer_first_name' => :'String',
198
+ :'signing_officer_last_name' => :'String',
199
+ :'signing_officer_suffix' => :'String',
200
+ :'signing_officer_country' => :'String',
201
+ :'signing_officer_street_address' => :'String',
202
+ :'signing_officer_unit2' => :'String',
203
+ :'signing_officer_city' => :'String',
204
+ :'signing_officer_region' => :'String',
205
+ :'signing_officer_postal_code' => :'String',
206
+ :'signing_officer_date_of_birth' => :'String',
207
+ :'signing_officer_taxpayer_id' => :'String',
208
+ :'beneficial_owners_first_name' => :'Array<String>',
209
+ :'beneficial_owners_last_name' => :'Array<String>',
210
+ :'beneficial_owners_suffix' => :'Array<String>',
211
+ :'beneficial_owners_country' => :'Array<String>',
212
+ :'beneficial_owners_street_address' => :'Array<String>',
213
+ :'beneficial_owners_unit_2' => :'Array<String>',
214
+ :'beneficial_owners_city' => :'Array<String>',
215
+ :'beneficial_owners_region' => :'Array<String>',
216
+ :'beneficial_owners_postal_code' => :'Array<String>',
217
+ :'beneficial_owners_date_of_birth' => :'Array<String>',
218
+ :'beneficial_owners_taxpayer_id' => :'Array<String>'
219
+ }
220
+ end
221
+
222
+ # List of attributes with nullable: true
223
+ def self.openapi_nullable
224
+ Set.new([
225
+ ])
226
+ end
227
+
228
+ # Initializes the object
229
+ # @param [Hash] attributes Model attributes in the form of hash
230
+ def initialize(attributes = {})
231
+ if (!attributes.is_a?(Hash))
232
+ fail ArgumentError, "The input argument (attributes) must be a hash in `DealMakerAPI::CreateCorporationProfileRequest` initialize method"
233
+ end
234
+
235
+ # check to see if the attribute exists and convert string to symbol for hash key
236
+ attributes = attributes.each_with_object({}) { |(k, v), h|
237
+ if (!self.class.attribute_map.key?(k.to_sym))
238
+ fail ArgumentError, "`#{k}` is not a valid attribute in `DealMakerAPI::CreateCorporationProfileRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
239
+ end
240
+ h[k.to_sym] = v
241
+ }
242
+
243
+ if attributes.key?(:'email')
244
+ self.email = attributes[:'email']
245
+ end
246
+
247
+ if attributes.key?(:'us_accredited_category')
248
+ self.us_accredited_category = attributes[:'us_accredited_category']
249
+ end
250
+
251
+ if attributes.key?(:'name')
252
+ self.name = attributes[:'name']
253
+ end
254
+
255
+ if attributes.key?(:'country')
256
+ self.country = attributes[:'country']
257
+ end
258
+
259
+ if attributes.key?(:'street_address')
260
+ self.street_address = attributes[:'street_address']
261
+ end
262
+
263
+ if attributes.key?(:'unit2')
264
+ self.unit2 = attributes[:'unit2']
265
+ end
266
+
267
+ if attributes.key?(:'city')
268
+ self.city = attributes[:'city']
269
+ end
270
+
271
+ if attributes.key?(:'region')
272
+ self.region = attributes[:'region']
273
+ end
274
+
275
+ if attributes.key?(:'postal_code')
276
+ self.postal_code = attributes[:'postal_code']
277
+ end
278
+
279
+ if attributes.key?(:'business_number')
280
+ self.business_number = attributes[:'business_number']
281
+ end
282
+
283
+ if attributes.key?(:'phone_number')
284
+ self.phone_number = attributes[:'phone_number']
285
+ end
286
+
287
+ if attributes.key?(:'signing_officer_first_name')
288
+ self.signing_officer_first_name = attributes[:'signing_officer_first_name']
289
+ end
290
+
291
+ if attributes.key?(:'signing_officer_last_name')
292
+ self.signing_officer_last_name = attributes[:'signing_officer_last_name']
293
+ end
294
+
295
+ if attributes.key?(:'signing_officer_suffix')
296
+ self.signing_officer_suffix = attributes[:'signing_officer_suffix']
297
+ end
298
+
299
+ if attributes.key?(:'signing_officer_country')
300
+ self.signing_officer_country = attributes[:'signing_officer_country']
301
+ end
302
+
303
+ if attributes.key?(:'signing_officer_street_address')
304
+ self.signing_officer_street_address = attributes[:'signing_officer_street_address']
305
+ end
306
+
307
+ if attributes.key?(:'signing_officer_unit2')
308
+ self.signing_officer_unit2 = attributes[:'signing_officer_unit2']
309
+ end
310
+
311
+ if attributes.key?(:'signing_officer_city')
312
+ self.signing_officer_city = attributes[:'signing_officer_city']
313
+ end
314
+
315
+ if attributes.key?(:'signing_officer_region')
316
+ self.signing_officer_region = attributes[:'signing_officer_region']
317
+ end
318
+
319
+ if attributes.key?(:'signing_officer_postal_code')
320
+ self.signing_officer_postal_code = attributes[:'signing_officer_postal_code']
321
+ end
322
+
323
+ if attributes.key?(:'signing_officer_date_of_birth')
324
+ self.signing_officer_date_of_birth = attributes[:'signing_officer_date_of_birth']
325
+ end
326
+
327
+ if attributes.key?(:'signing_officer_taxpayer_id')
328
+ self.signing_officer_taxpayer_id = attributes[:'signing_officer_taxpayer_id']
329
+ end
330
+
331
+ if attributes.key?(:'beneficial_owners_first_name')
332
+ if (value = attributes[:'beneficial_owners_first_name']).is_a?(Array)
333
+ self.beneficial_owners_first_name = value
334
+ end
335
+ end
336
+
337
+ if attributes.key?(:'beneficial_owners_last_name')
338
+ if (value = attributes[:'beneficial_owners_last_name']).is_a?(Array)
339
+ self.beneficial_owners_last_name = value
340
+ end
341
+ end
342
+
343
+ if attributes.key?(:'beneficial_owners_suffix')
344
+ if (value = attributes[:'beneficial_owners_suffix']).is_a?(Array)
345
+ self.beneficial_owners_suffix = value
346
+ end
347
+ end
348
+
349
+ if attributes.key?(:'beneficial_owners_country')
350
+ if (value = attributes[:'beneficial_owners_country']).is_a?(Array)
351
+ self.beneficial_owners_country = value
352
+ end
353
+ end
354
+
355
+ if attributes.key?(:'beneficial_owners_street_address')
356
+ if (value = attributes[:'beneficial_owners_street_address']).is_a?(Array)
357
+ self.beneficial_owners_street_address = value
358
+ end
359
+ end
360
+
361
+ if attributes.key?(:'beneficial_owners_unit_2')
362
+ if (value = attributes[:'beneficial_owners_unit_2']).is_a?(Array)
363
+ self.beneficial_owners_unit_2 = value
364
+ end
365
+ end
366
+
367
+ if attributes.key?(:'beneficial_owners_city')
368
+ if (value = attributes[:'beneficial_owners_city']).is_a?(Array)
369
+ self.beneficial_owners_city = value
370
+ end
371
+ end
372
+
373
+ if attributes.key?(:'beneficial_owners_region')
374
+ if (value = attributes[:'beneficial_owners_region']).is_a?(Array)
375
+ self.beneficial_owners_region = value
376
+ end
377
+ end
378
+
379
+ if attributes.key?(:'beneficial_owners_postal_code')
380
+ if (value = attributes[:'beneficial_owners_postal_code']).is_a?(Array)
381
+ self.beneficial_owners_postal_code = value
382
+ end
383
+ end
384
+
385
+ if attributes.key?(:'beneficial_owners_date_of_birth')
386
+ if (value = attributes[:'beneficial_owners_date_of_birth']).is_a?(Array)
387
+ self.beneficial_owners_date_of_birth = value
388
+ end
389
+ end
390
+
391
+ if attributes.key?(:'beneficial_owners_taxpayer_id')
392
+ if (value = attributes[:'beneficial_owners_taxpayer_id']).is_a?(Array)
393
+ self.beneficial_owners_taxpayer_id = value
394
+ end
395
+ end
396
+ end
397
+
398
+ # Show invalid properties with the reasons. Usually used together with valid?
399
+ # @return Array for valid properties with the reasons
400
+ def list_invalid_properties
401
+ invalid_properties = Array.new
402
+ if @email.nil?
403
+ invalid_properties.push('invalid value for "email", email cannot be nil.')
404
+ end
405
+
406
+ invalid_properties
407
+ end
408
+
409
+ # Check to see if the all the properties in the model are valid
410
+ # @return true if the model is valid
411
+ def valid?
412
+ return false if @email.nil?
413
+ us_accredited_category_validator = EnumAttributeValidator.new('String', ["entity_owned_by_accredited_investors", "assets_other", "assets_family_office", "assets_benefit_plan", "assets_state_plan", "assets_501_c_3", "assets_corporation", "broker_or_dealer", "bank_3_a_2", "business_development_company", "private_business_development_company", "investment_company", "rural_business_investment_company", "insurance_company", "family_client", "not_accredited"])
414
+ return false unless us_accredited_category_validator.valid?(@us_accredited_category)
415
+ true
416
+ end
417
+
418
+ # Custom attribute writer method checking allowed values (enum).
419
+ # @param [Object] us_accredited_category Object to be assigned
420
+ def us_accredited_category=(us_accredited_category)
421
+ validator = EnumAttributeValidator.new('String', ["entity_owned_by_accredited_investors", "assets_other", "assets_family_office", "assets_benefit_plan", "assets_state_plan", "assets_501_c_3", "assets_corporation", "broker_or_dealer", "bank_3_a_2", "business_development_company", "private_business_development_company", "investment_company", "rural_business_investment_company", "insurance_company", "family_client", "not_accredited"])
422
+ unless validator.valid?(us_accredited_category)
423
+ fail ArgumentError, "invalid value for \"us_accredited_category\", must be one of #{validator.allowable_values}."
424
+ end
425
+ @us_accredited_category = us_accredited_category
426
+ end
427
+
428
+ # Checks equality by comparing each attribute.
429
+ # @param [Object] Object to be compared
430
+ def ==(o)
431
+ return true if self.equal?(o)
432
+ self.class == o.class &&
433
+ email == o.email &&
434
+ us_accredited_category == o.us_accredited_category &&
435
+ name == o.name &&
436
+ country == o.country &&
437
+ street_address == o.street_address &&
438
+ unit2 == o.unit2 &&
439
+ city == o.city &&
440
+ region == o.region &&
441
+ postal_code == o.postal_code &&
442
+ business_number == o.business_number &&
443
+ phone_number == o.phone_number &&
444
+ signing_officer_first_name == o.signing_officer_first_name &&
445
+ signing_officer_last_name == o.signing_officer_last_name &&
446
+ signing_officer_suffix == o.signing_officer_suffix &&
447
+ signing_officer_country == o.signing_officer_country &&
448
+ signing_officer_street_address == o.signing_officer_street_address &&
449
+ signing_officer_unit2 == o.signing_officer_unit2 &&
450
+ signing_officer_city == o.signing_officer_city &&
451
+ signing_officer_region == o.signing_officer_region &&
452
+ signing_officer_postal_code == o.signing_officer_postal_code &&
453
+ signing_officer_date_of_birth == o.signing_officer_date_of_birth &&
454
+ signing_officer_taxpayer_id == o.signing_officer_taxpayer_id &&
455
+ beneficial_owners_first_name == o.beneficial_owners_first_name &&
456
+ beneficial_owners_last_name == o.beneficial_owners_last_name &&
457
+ beneficial_owners_suffix == o.beneficial_owners_suffix &&
458
+ beneficial_owners_country == o.beneficial_owners_country &&
459
+ beneficial_owners_street_address == o.beneficial_owners_street_address &&
460
+ beneficial_owners_unit_2 == o.beneficial_owners_unit_2 &&
461
+ beneficial_owners_city == o.beneficial_owners_city &&
462
+ beneficial_owners_region == o.beneficial_owners_region &&
463
+ beneficial_owners_postal_code == o.beneficial_owners_postal_code &&
464
+ beneficial_owners_date_of_birth == o.beneficial_owners_date_of_birth &&
465
+ beneficial_owners_taxpayer_id == o.beneficial_owners_taxpayer_id
466
+ end
467
+
468
+ # @see the `==` method
469
+ # @param [Object] Object to be compared
470
+ def eql?(o)
471
+ self == o
472
+ end
473
+
474
+ # Calculates hash code according to all attributes.
475
+ # @return [Integer] Hash code
476
+ def hash
477
+ [email, us_accredited_category, name, country, street_address, unit2, city, region, postal_code, business_number, phone_number, signing_officer_first_name, signing_officer_last_name, signing_officer_suffix, signing_officer_country, signing_officer_street_address, signing_officer_unit2, signing_officer_city, signing_officer_region, signing_officer_postal_code, signing_officer_date_of_birth, signing_officer_taxpayer_id, beneficial_owners_first_name, beneficial_owners_last_name, beneficial_owners_suffix, beneficial_owners_country, beneficial_owners_street_address, beneficial_owners_unit_2, beneficial_owners_city, beneficial_owners_region, beneficial_owners_postal_code, beneficial_owners_date_of_birth, beneficial_owners_taxpayer_id].hash
478
+ end
479
+
480
+ # Builds the object from hash
481
+ # @param [Hash] attributes Model attributes in the form of hash
482
+ # @return [Object] Returns the model itself
483
+ def self.build_from_hash(attributes)
484
+ new.build_from_hash(attributes)
485
+ end
486
+
487
+ # Builds the object from hash
488
+ # @param [Hash] attributes Model attributes in the form of hash
489
+ # @return [Object] Returns the model itself
490
+ def build_from_hash(attributes)
491
+ return nil unless attributes.is_a?(Hash)
492
+ attributes = attributes.transform_keys(&:to_sym)
493
+ self.class.openapi_types.each_pair do |key, type|
494
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
495
+ self.send("#{key}=", nil)
496
+ elsif type =~ /\AArray<(.*)>/i
497
+ # check to ensure the input is an array given that the attribute
498
+ # is documented as an array but the input is not
499
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
500
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
501
+ end
502
+ elsif !attributes[self.class.attribute_map[key]].nil?
503
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
504
+ end
505
+ end
506
+
507
+ self
508
+ end
509
+
510
+ # Deserializes the data based on type
511
+ # @param string type Data type
512
+ # @param string value Value to be deserialized
513
+ # @return [Object] Deserialized data
514
+ def _deserialize(type, value)
515
+ case type.to_sym
516
+ when :Time
517
+ Time.parse(value)
518
+ when :Date
519
+ Date.parse(value)
520
+ when :String
521
+ value.to_s
522
+ when :Integer
523
+ value.to_i
524
+ when :Float
525
+ value.to_f
526
+ when :Boolean
527
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
528
+ true
529
+ else
530
+ false
531
+ end
532
+ when :Object
533
+ # generic object (usually a Hash), return directly
534
+ value
535
+ when /\AArray<(?<inner_type>.+)>\z/
536
+ inner_type = Regexp.last_match[:inner_type]
537
+ value.map { |v| _deserialize(inner_type, v) }
538
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
539
+ k_type = Regexp.last_match[:k_type]
540
+ v_type = Regexp.last_match[:v_type]
541
+ {}.tap do |hash|
542
+ value.each do |k, v|
543
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
544
+ end
545
+ end
546
+ else # model
547
+ # models (e.g. Pet) or oneOf
548
+ klass = DealMakerAPI.const_get(type)
549
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
550
+ end
551
+ end
552
+
553
+ # Returns the string representation of the object
554
+ # @return [String] String presentation of the object
555
+ def to_s
556
+ to_hash.to_s
557
+ end
558
+
559
+ # to_body is an alias to to_hash (backward compatibility)
560
+ # @return [Hash] Returns the object in the form of hash
561
+ def to_body
562
+ to_hash
563
+ end
564
+
565
+ # Returns the object in the form of hash
566
+ # @return [Hash] Returns the object in the form of hash
567
+ def to_hash
568
+ hash = {}
569
+ self.class.attribute_map.each_pair do |attr, param|
570
+ value = self.send(attr)
571
+ if value.nil?
572
+ is_nullable = self.class.openapi_nullable.include?(attr)
573
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
574
+ end
575
+
576
+ hash[param] = _to_hash(value)
577
+ end
578
+ hash
579
+ end
580
+
581
+ # Outputs non-array value in the form of hash
582
+ # For object, use to_hash. Otherwise, just return the value
583
+ # @param [Object] value Any valid value
584
+ # @return [Hash] Returns the value in the form of hash
585
+ def _to_hash(value)
586
+ if value.is_a?(Array)
587
+ value.compact.map { |v| _to_hash(v) }
588
+ elsif value.is_a?(Hash)
589
+ {}.tap do |hash|
590
+ value.each { |k, v| hash[k] = _to_hash(v) }
591
+ end
592
+ elsif value.respond_to? :to_hash
593
+ value.to_hash
594
+ else
595
+ value
596
+ end
597
+ end
598
+
599
+ end
600
+
601
+ end