PayoutTransaction constructor

const PayoutTransaction(
  1. String? id,
  2. String? date,
  3. String? status,
  4. PayoutMethod payoutMethod,
  5. String? amountCurrency,
  6. num? maxPayoutAmount,
  7. num? amount,
  8. String? customFields,
  9. String? billingData,
  10. String? customMessage,
)

Implementation

const PayoutTransaction(
    this.id,
    this.date,
    this.status,
    this.payoutMethod,
    this.amountCurrency,
    this.maxPayoutAmount,
    this.amount,
    this.customFields,
    this.billingData,
    this.customMessage);