ListBonusPaymentsResponse constructor

ListBonusPaymentsResponse({
  1. List<BonusPayment>? bonusPayments,
  2. String? nextToken,
  3. int? numResults,
})

Implementation

ListBonusPaymentsResponse({
  this.bonusPayments,
  this.nextToken,
  this.numResults,
});