DisputedPayment constructor

DisputedPayment({
  1. String? paymentId,
})

Implementation

DisputedPayment({
  this.paymentId
});