ReportResponse constructor

ReportResponse(
  1. int totalInStoreGiftCardSalesOrReload,
  2. int totalInStoreGiftCardSaleAndReloadCash,
  3. int totalInStoreGiftCardSaleAndReloadNonCash,
  4. int totalGiftcardCost,
  5. int totalSpentByGiftCard,
  6. int totalInStoreGiftCardSpentAmt,
  7. int totalScanPayTipAmt,
  8. int totalAppOrderPaidByGiftcard,
  9. int totalAppOrderPaidByGiftcardCost,
)

Implementation

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