ChargeResponseData constructor
ChargeResponseData({
- String? id,
- String? txRef,
- String? flwRef,
- String? deviceFingerprint,
- String? amount,
- String? chargedAmount,
- String? appFee,
- String? merchantFee,
- String? processorResponse,
- String? authModel,
- String? currency,
- String? ip,
- String? narration,
- String? status,
- String? authUrl,
- String? paymentType,
- String? fraudStatus,
- String? chargeType,
- String? createdAt,
- String? accountId,
- ChargeCardResponseCustomer? customer,
- 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});