GiftCardActivityRefund constructor

GiftCardActivityRefund({
  1. String? paymentId,
  2. String? referenceId,
  3. Money? amountMoney,
  4. String? redeemActivityId,
})

Implementation

GiftCardActivityRefund({
  this.paymentId, this.referenceId, this.amountMoney, this.redeemActivityId
});