FastpayPaymentResponse constructor

FastpayPaymentResponse(
  1. String? _transactionStatus,
  2. String? _transactionId,
  3. String? _orderId,
  4. String? _paymentAmount,
  5. String? _paymentCurrency,
  6. String? _payeeName,
  7. String? _payeeMobileNumber,
  8. String? _paymentTime,
)

Implementation

FastpayPaymentResponse(
    this._transactionStatus,
    this._transactionId,
    this._orderId,
    this._paymentAmount,
    this._paymentCurrency,
    this._payeeName,
    this._payeeMobileNumber,
    this._paymentTime
    );