Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.5 KB

PayoutOrderResponse.md

File metadata and controls

28 lines (23 loc) · 1.5 KB

conekta.model.PayoutOrderResponse

Load the model package

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
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.

[Back to Model list] [Back to API list] [Back to README]