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