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
*HelloAssoApi.OrganizationLegalInformationsApi* | [**organizationsLegalInformationsOrganizationSlugConfigurationPut**](docs/OrganizationLegalInformationsApi.md#organizationsLegalInformationsOrganizationSlugConfigurationPut) | **PUT** /organizations/legal-informations/{organizationSlug}/configuration | Update the organization legal information configuration
155
155
*HelloAssoApi.PaiementsApi* | [**organizationsOrganizationSlugFormsFormTypeFormSlugPaymentsGet**](docs/PaiementsApi.md#organizationsOrganizationSlugFormsFormTypeFormSlugPaymentsGet) | **GET** /organizations/{organizationSlug}/forms/{formType}/{formSlug}/payments | Obtenir les informations des paiements effectués sur un formulaire
156
156
*HelloAssoApi.PaiementsApi* | [**organizationsOrganizationSlugPaymentsGet**](docs/PaiementsApi.md#organizationsOrganizationSlugPaymentsGet) | **GET** /organizations/{organizationSlug}/payments | Obtenir les informations des paiements effectués sur une organisation
157
157
*HelloAssoApi.PaiementsApi* | [**organizationsOrganizationSlugPaymentsSearchGet**](docs/PaiementsApi.md#organizationsOrganizationSlugPaymentsSearchGet) | **GET** /organizations/{organizationSlug}/payments/search | Rechercher des paiements.
Copy file name to clipboardexpand all lines: docs/HelloAssoApiV5ModelsDirectoryListFormsRequest.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ Name | Type | Description | Notes
13
13
**formCountries** | **[String]** | The countries where the forms are located | [optional]
14
14
**formTypes** | [**[HelloAssoApiV5ModelsEnumsFormType]**](HelloAssoApiV5ModelsEnumsFormType.md) | The form types : CrowdFunding, Membership, Event, Donation, PaymentForm ... | [optional]
15
15
**formActivityType** | **[String]** | The Activity Type of the form | [optional]
16
-
**formPublicationStartDateMin** | **Date** | The minimum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
17
-
**formPublicationStartDateMax** | **Date** | The maximum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
18
-
**formStartDateMin** | **Date** | The minimum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
19
-
**formStartDateMax** | **Date** | The maximum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
20
-
**formEndDateMax** | **Date** | The maximum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
21
-
**formEndDateMin** | **Date** | The minimum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
16
+
**formPublicationStartDateMin** | **Date** | The inclusive minimum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
17
+
**formPublicationStartDateMax** | **Date** | The exclusive maximum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
18
+
**formStartDateMin** | **Date** | The inclusive minimum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
19
+
**formStartDateMax** | **Date** | The exclusive maximum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
20
+
**formEndDateMax** | **Date** | The exclusive maximum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
21
+
**formEndDateMin** | **Date** | The inclusive minimum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
22
22
**formIsFree** | **Boolean** | Allow only free forms if true | [optional]
23
23
**formHasRemainingEntries** | **Boolean** | Allow only forms with remaning entries if true | [optional]
24
24
**formInternalTags** | **[String]** | Allow only forms with internal tags this filter is for special operations only | [optional]
Copy file name to clipboardexpand all lines: docs/HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationLegalInformationConfigurationBody.md
Update the organization legal information configuration
16
16
17
17
<br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b><br/> OrganizationAdministration<br/><br/>
Copy file name to clipboardexpand all lines: docs/PaiementsApi.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -308,8 +308,8 @@ let paymentId = 56; // Number | The payment identifier.
308
308
let opts = {
309
309
'comment':"comment_example", // String | The comment about this refund.
310
310
'cancelOrder':false, // Boolean | Whether the future payments and linked items of this order must be canceled (possible only if the payment is fully refunded)
311
-
'sendRefundMail':true, // Boolean | Whether a refund mail must be send or not.
312
-
'amount':0// Number | The amount in euros to refund. Enter this amount only for a partial refund for stripe. If not filled in then the entire payment is refunded
311
+
'sendRefundMail':true, // Boolean | Whether a refund mail must be sent or not.
312
+
'amount':0// Number | The amount in cents to refund. Enter this amount only for a partial refund for stripe. If not filled in then the entire payment is refunded
@@ -328,8 +328,8 @@ Name | Type | Description | Notes
328
328
**paymentId** | **Number**| The payment identifier. |
329
329
**comment** | **String**| The comment about this refund. | [optional]
330
330
**cancelOrder** | **Boolean**| Whether the future payments and linked items of this order must be canceled (possible only if the payment is fully refunded) | [optional][default to false]
331
-
**sendRefundMail** | **Boolean**| Whether a refund mail must be send or not. | [optional][default to true]
332
-
**amount** | **Number**| The amount in euros to refund. Enter this amount only for a partial refund for stripe. If not filled in then the entire payment is refunded | [optional][default to 0]
331
+
**sendRefundMail** | **Boolean**| Whether a refund mail must be sent or not. | [optional][default to true]
332
+
**amount** | **Number**| The amount in cents to refund. Enter this amount only for a partial refund for stripe. If not filled in then the entire payment is refunded | [optional][default to 0]
<br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b><br/> OrganizationAdministration<br/><br/>
117
+
118
+
### Example
119
+
120
+
```javascript
121
+
importHelloAssoApifrom'hello_asso_api';
122
+
123
+
let apiInstance =newHelloAssoApi.TaxReceiptApi();
124
+
let organizationSlug ="organizationSlug_example"; // String |
Copy file name to clipboardexpand all lines: src/api/OrganizationLegalInformationsApi.js
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ export default class OrganizationLegalInformationsApi {
43
43
*/
44
44
45
45
/**
46
+
* Update the organization legal information configuration
46
47
* <br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b> <br/> OrganizationAdministration<br/><br/>
Copy file name to clipboardexpand all lines: src/api/PaiementsApi.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -313,8 +313,8 @@ export default class PaiementsApi {
313
313
* @param {Object} opts Optional parameters
314
314
* @param {String} [comment] The comment about this refund.
315
315
* @param {Boolean} [cancelOrder = false)] Whether the future payments and linked items of this order must be canceled (possible only if the payment is fully refunded)
316
-
* @param {Boolean} [sendRefundMail = true)] Whether a refund mail must be send or not.
317
-
* @param {Number} [amount = 0)] The amount in euros to refund. Enter this amount only for a partial refund for stripe. If not filled in then the entire payment is refunded
316
+
* @param {Boolean} [sendRefundMail = true)] Whether a refund mail must be sent or not.
317
+
* @param {Number} [amount = 0)] The amount in cents to refund. Enter this amount only for a partial refund for stripe. If not filled in then the entire payment is refunded
318
318
* @param {module:api/PaiementsApi~paymentsPaymentIdRefundPostCallback} callback The callback function, accepting three arguments: error, data, response
319
319
* data is of type: {@link module:model/HelloAssoApiV5ModelsPaymentRefundOperationModel}
* @param {module:model/HelloAssoModelsAccountsOrganizationLegalInformationsOrganizationFiscalReceiptOptionsConfiguration} data The data returned by the service call.
42
+
* @param {module:model/HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration} data The data returned by the service call.
42
43
* @param {String} response The complete HTTP response.
43
44
*/
44
45
45
46
/**
46
47
* <br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b> <br/> OrganizationAdministration<br/><br/>
47
48
* @param {String} organizationSlug
48
49
* @param {module:api/TaxReceiptApi~organizationsOrganizationSlugTaxReceiptConfigurationGetCallback} callback The callback function, accepting three arguments: error, data, response
49
-
* data is of type: {@link module:model/HelloAssoModelsAccountsOrganizationLegalInformationsOrganizationFiscalReceiptOptionsConfiguration}
50
+
* data is of type: {@link module:model/HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration}
* @param data This operation does not return a value.
136
+
* @param {String} response The complete HTTP response.
137
+
*/
138
+
139
+
/**
140
+
* <br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b> <br/> OrganizationAdministration<br/><br/>
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
34
+
* Only for internal use.
35
+
*/
36
+
staticinitialize(obj){
37
+
}
38
+
39
+
/**
40
+
* Constructs a <code>HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody</code> from a plain JavaScript object, optionally creating a new instance.
41
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
42
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
43
+
* @param {module:model/HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody} obj Optional instance to populate.
44
+
* @return {module:model/HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody} The populated <code>HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody</code> instance.
* Validates the JSON data with respect to <code>HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody</code>.
59
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
60
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody</code>.
Copy file name to clipboardexpand all lines: src/model/HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationLegalInformationConfigurationBody.js
+16-12
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,24 @@ class HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationLegalIn
22
22
/**
23
23
* Constructs a new <code>HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationLegalInformationConfigurationBody</code>.
@@ -69,14 +72,20 @@ class HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationLegalIn
69
72
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationLegalInformationConfigurationBody</code>.
70
73
*/
71
74
staticvalidateJSON(data){
75
+
// check to make sure all required properties are present in the JSON string
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
37
+
* Only for internal use.
38
+
*/
39
+
staticinitialize(obj){
40
+
}
41
+
42
+
/**
43
+
* Constructs a <code>HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration</code> from a plain JavaScript object, optionally creating a new instance.
44
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
45
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
46
+
* @param {module:model/HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration} obj Optional instance to populate.
47
+
* @return {module:model/HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration} The populated <code>HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration</code> instance.
* Validates the JSON data with respect to <code>HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration</code>.
77
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
78
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>HelloAssoCoreAccountsTaxReceiptsOrganizationFiscalReceiptOptionsConfiguration</code>.
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
34
+
* Only for internal use.
35
+
*/
36
+
staticinitialize(obj){
37
+
}
38
+
39
+
/**
40
+
* Constructs a <code>HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption</code> from a plain JavaScript object, optionally creating a new instance.
41
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
42
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
43
+
* @param {module:model/HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption} obj Optional instance to populate.
44
+
* @return {module:model/HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption} The populated <code>HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption</code> instance.
* Validates the JSON data with respect to <code>HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption</code>.
68
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
69
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption</code>.
0 commit comments