ListBonusPaymentsResponse class

Constructors

ListBonusPaymentsResponse({List<BonusPayment>? bonusPayments, String? nextToken, int? numResults})
ListBonusPaymentsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

bonusPayments List<BonusPayment>?
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
final
numResults int?
The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited