ReportResponse constructor
ReportResponse(
- int totalInStoreGiftCardSalesOrReload,
- int totalInStoreGiftCardSaleAndReloadCash,
- int totalInStoreGiftCardSaleAndReloadNonCash,
- int totalGiftcardCost,
- int totalSpentByGiftCard,
- int totalInStoreGiftCardSpentAmt,
- int totalScanPayTipAmt,
- int totalAppOrderPaidByGiftcard,
- int totalAppOrderPaidByGiftcardCost,
Implementation
ReportResponse(this.totalInStoreGiftCardSalesOrReload, this.totalInStoreGiftCardSaleAndReloadCash,
this.totalInStoreGiftCardSaleAndReloadNonCash, this.totalGiftcardCost,
this.totalSpentByGiftCard, this.totalInStoreGiftCardSpentAmt, this.totalScanPayTipAmt,
this.totalAppOrderPaidByGiftcard, this.totalAppOrderPaidByGiftcardCost
);