PayPeriodDetails constructor
PayPeriodDetails({
- double? checkAmount,
- List<
DistributionBreakdown> ? distributionBreakdown, - DateTime? endDate,
- double? grossEarnings,
- DateTime? payDate,
- PayPeriodDetailsPayFrequency? payFrequency,
- DateTime? payDay,
- DateTime? startDate,
Implementation
PayPeriodDetails({
this.checkAmount,
this.distributionBreakdown,
this.endDate,
this.grossEarnings,
this.payDate,
this.payFrequency,
this.payDay,
this.startDate,
});