import 'package:conekta/api.dart';
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 | ||
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> | The metadata of the payout order. | [optional] |
payouts | BuiltList<PayoutOrderPayoutsItem> | 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. |