ListBonusPaymentsResponse
public struct ListBonusPaymentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
Declaration
Swift
public let bonusPayments: [BonusPayment]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
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.
Declaration
Swift
public let numResults: Int? -
Undocumented
Declaration
Swift
public init(bonusPayments: [BonusPayment]? = nil, nextToken: String? = nil, numResults: Int? = nil)
View on GitHub
ListBonusPaymentsResponse Structure Reference