-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
3,671 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.3.0 | ||
7.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.4 | ||
6.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# conekta.model.Payout | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**payoutMethod** | [**PayoutMethod**](PayoutMethod.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# conekta.model.PayoutMethod | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**type** | **String** | The type of the payout method. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# conekta.model.PayoutOrder | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**allowedPayoutMethods** | **BuiltList<String>** | The payout methods that are allowed for the payout order. | | ||
**amount** | **int** | The amount of the payout order. | | ||
**currency** | **String** | The currency in which the payout order is made. | [default to 'MXN'] | ||
**customerInfo** | [**CustomerInfoJustCustomerId**](CustomerInfoJustCustomerId.md) | | | ||
**metadata** | [**BuiltMap<String, JsonObject>**](JsonObject.md) | The metadata of the payout order. | [optional] | ||
**payout** | [**Payout**](Payout.md) | | | ||
**reason** | **String** | The reason for the payout order. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# conekta.model.PayoutOrderPayoutsItem | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **int** | The amount of the payout. | | ||
**currency** | **String** | The currency in which the payout is made. | | ||
**expiresAt** | **int** | The expiration date of the payout. | [optional] | ||
**id** | **String** | The id of the payout. | | ||
**livemode** | **bool** | The live mode of the payout. | | ||
**object** | **String** | The object of the payout. | | ||
**payoutOrderId** | **String** | The id of the payout order. | [optional] | ||
**status** | **String** | The status of the payout. | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# conekta.model.PayoutOrderResponse | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**allowedPayoutMethods** | **BuiltList<String>** | The payout methods that are allowed for the payout order. | | ||
**amount** | **int** | The amount of the payout order. | | ||
**createdAt** | **int** | The creation date of the payout order. | | ||
**currency** | **String** | The currency in which the payout order is made. | [default to 'MXN'] | ||
**customerInfo** | [**PayoutOrderResponseCustomerInfo**](PayoutOrderResponseCustomerInfo.md) | | | ||
**expiresAt** | **int** | The expiration date of the payout order. | [optional] | ||
**id** | **String** | The id of the payout order. | | ||
**livemode** | **bool** | The live mode of the payout order. | | ||
**object** | **String** | The object of the payout order. | | ||
**metadata** | [**BuiltMap<String, JsonObject>**](JsonObject.md) | The metadata of the payout order. | [optional] | ||
**payouts** | [**BuiltList<PayoutOrderPayoutsItem>**](PayoutOrderPayoutsItem.md) | The payout information of the payout order. | | ||
**reason** | **String** | The reason for the payout order. | | ||
**status** | **String** | The status of the payout order. | [optional] | ||
**updatedAt** | **int** | The update date of the payout order. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# conekta.model.PayoutOrderResponseCustomerInfo | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**customerCustomReference** | **String** | Custom reference | [optional] | ||
**name** | **String** | | [optional] | ||
**email** | **String** | | [optional] | ||
**phone** | **String** | | [optional] | ||
**corporate** | **bool** | | [optional] [default to false] | ||
**object** | **String** | | [optional] | ||
**id** | **String** | The id of the customer. | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.