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
feat: Add new charge-related documentation and models (#8)
This commit adds new documentation and models related to charges. It includes the following changes:
- Added `ChargesOrderResponse.md` and `ChargesOrderResponseAllOfData.md` to the documentation.
- Added `ChargesOrderResponse.dart` and `ChargesOrderResponseAllOfData.dart` to the model files.
- Updated the version in `.openapi-generator/VERSION` from 7.5.0 to 7.10.0.
- Updated the changelog with fixes and updates.
- Updated the pubVersion in `config-dart.json` from 6.0.5 to 6.0.6.
- Added new properties and descriptions in `ChargeOrderResponsePaymentMethod.md`, `ChargeRequest.md`, `ChargeRequestPaymentMethod.md`, `ChargeResponse.md`, and `ChargeResponsePaymentMethod.md`.
- Added a new API method, `ordersCreateCharges`, for creating charges.
These changes enhance the existing codebase by providing additional documentation and models for charge-related functionality, as well as introducing a new API method for creating charges.
Co-authored-by: AI Assistant <assistant@example.com>
[*PayoutOrdersApi*](doc/PayoutOrdersApi.md) | [**cancelPayoutOrderById**](doc/PayoutOrdersApi.md#cancelpayoutorderbyid) | **PUT** /payout_orders/{id}/cancel | Cancel Payout Order
123
125
[*PayoutOrdersApi*](doc/PayoutOrdersApi.md) | [**createPayoutOrder**](doc/PayoutOrdersApi.md#createpayoutorder) | **POST** /payout_orders | Create payout order
124
126
[*PayoutOrdersApi*](doc/PayoutOrdersApi.md) | [**getPayoutOrderById**](doc/PayoutOrdersApi.md#getpayoutorderbyid) | **GET** /payout_orders/{id} | Get Payout Order
125
127
[*PayoutOrdersApi*](doc/PayoutOrdersApi.md) | [**getPayoutOrders**](doc/PayoutOrdersApi.md#getpayoutorders) | **GET** /payout_orders | Get a list of Payout Orders
**customerIpAddress** | **String** | Optional field used to capture the customer's IP address for fraud prevention and security monitoring purposes | [optional]
11
18
**expiresAt** | **int** | Method expiration date as unix timestamp | [optional]
12
19
**monthlyInstallments** | **int** | How many months without interest to apply, it can be 3, 6, 9, 12 or 18 | [optional]
13
-
**type** | **String** | |
14
20
**tokenId** | **String** | | [optional]
15
21
**paymentSourceId** | **String** | | [optional]
16
22
**contractId** | **String** | Optional id sent to indicate the bank contract for recurrent card charges. | [optional]
0 commit comments