PayoutIntent constructor

const PayoutIntent(
  1. String? id,
  2. num? amount,
  3. num? maxPayoutAmount,
  4. String? amountCurrency,
  5. bool? isLive,
)

Implementation

const PayoutIntent(this.id, this.amount, this.maxPayoutAmount,
    this.amountCurrency, this.isLive);