PaymentRefund constructor

PaymentRefund(
  1. dynamic objectType,
  2. dynamic mode,
  3. int? refundedAmount,
  4. String? refundCurrency,
  5. List<String>? refundedPaymentLogsIds,
  6. String? paymentLogId,
  7. List<Error>? errors
)

Implementation

PaymentRefund(
  objectType,
  mode,
  this.refundedAmount,
  this.refundCurrency,
  this.refundedPaymentLogsIds,
  this.paymentLogId,
  this.errors,
) : super(objectType, mode);