ListBonusPaymentsResponse constructor
ListBonusPaymentsResponse({
- List<
BonusPayment> ? bonusPayments, - String? nextToken,
- int? numResults,
Implementation
ListBonusPaymentsResponse({
this.bonusPayments,
this.nextToken,
this.numResults,
});