menu
moneyhash_payment package
documentation
payout_result.dart
PayoutIntent
PayoutIntent const constructor
PayoutIntent const constructor
dark_mode
light_mode
PayoutIntent
constructor
const
PayoutIntent
(
String
?
id
,
num
?
amount
,
num
?
maxPayoutAmount
,
String
?
amountCurrency
,
bool
?
isLive
,
)
Implementation
const PayoutIntent(this.id, this.amount, this.maxPayoutAmount, this.amountCurrency, this.isLive);
moneyhash_payment package
documentation
payout_result
PayoutIntent
PayoutIntent const constructor
PayoutIntent class