RefundPaymentRequest constructor

RefundPaymentRequest({
  1. required String idempotencyKey,
  2. String? teamMemberId,
  3. Money? appFeeMoney,
  4. required Money amountMoney,
  5. String? reason,
  6. String? paymentId,
  7. String? paymentVersionToken,
})

Implementation

RefundPaymentRequest({
  required this.idempotencyKey, this.teamMemberId, this.appFeeMoney,
required this.amountMoney, this.reason, this.paymentId, this.paymentVersionToken
});