GiftCardActivityLoad constructor

GiftCardActivityLoad({
  1. String? referenceId,
  2. Money? amountMoney,
  3. String? orderId,
  4. List<String>? buyerPaymentInstrumentIds,
  5. String? lineItemUid,
})

Implementation

GiftCardActivityLoad({
  this.referenceId, this.amountMoney, this.orderId,
  this.buyerPaymentInstrumentIds, this.lineItemUid
});