Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 889 Bytes

PayoutOrderPayoutsItem.md

File metadata and controls

22 lines (17 loc) · 889 Bytes

conekta.model.PayoutOrderPayoutsItem

Load the model package

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] [Back to API list] [Back to README]