CreditPayStubEarnings constructor

CreditPayStubEarnings({
  1. required List<PayStubEarningsBreakdown> breakdown,
  2. required PayStubEarningsTotal total,
})

Implementation

CreditPayStubEarnings({
  required this.breakdown,
  required this.total,
});