RefundPayment constructor

RefundPayment(
  1. String id,
  2. String idType,
  3. String amount,
  4. String fee,
)

Implementation

RefundPayment(this.id, this.idType, this.amount, this.fee);