Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 965 Bytes

PayoutOrder.md

File metadata and controls

21 lines (16 loc) · 965 Bytes

conekta.model.PayoutOrder

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.
currency String The currency in which the payout order is made. [default to 'MXN']
customerInfo CustomerInfoJustCustomerId
metadata BuiltMap<String, JsonObject> The metadata of the payout order. [optional]
payout Payout
reason String The reason for the payout order.

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