ChargeResponseData constructor

ChargeResponseData({
  1. String? id,
  2. String? txRef,
  3. String? flwRef,
  4. String? deviceFingerprint,
  5. String? amount,
  6. String? chargedAmount,
  7. String? appFee,
  8. String? merchantFee,
  9. String? processorResponse,
  10. String? authModel,
  11. String? currency,
  12. String? ip,
  13. String? narration,
  14. String? status,
  15. String? authUrl,
  16. String? paymentType,
  17. String? fraudStatus,
  18. String? chargeType,
  19. String? createdAt,
  20. String? accountId,
  21. ChargeCardResponseCustomer? customer,
  22. ChargeCardResponseCard? card,
})

Implementation

ChargeResponseData(
    {this.id,
    this.txRef,
    this.flwRef,
    this.deviceFingerprint,
    this.amount,
    this.chargedAmount,
    this.appFee,
    this.merchantFee,
    this.processorResponse,
    this.authModel,
    this.currency,
    this.ip,
    this.narration,
    this.status,
    this.authUrl,
    this.paymentType,
    this.fraudStatus,
    this.chargeType,
    this.createdAt,
    this.accountId,
    this.customer,
    this.card});