CreditPayStubNetPay constructor
CreditPayStubNetPay({})
Implementation
CreditPayStubNetPay({
required this.currentAmount,
required this.description,
required this.isoCurrencyCode,
required this.unofficialCurrencyCode,
required this.ytdAmount,
});