GiftCardActivityRedeem constructor

GiftCardActivityRedeem({
  1. Money? amountMoney,
  2. String? referenceId,
  3. String? paymentId,
})

Implementation

GiftCardActivityRedeem({
  this.amountMoney, this.referenceId, this.paymentId
});