BonusPayment
public struct BonusPayment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the assignment associated with this bonus payment.
Declaration
Swift
public let assignmentId: String? -
Undocumented
Declaration
Swift
public let bonusAmount: String? -
The date and time of when the bonus was granted.
Declaration
Swift
public let grantTime: TimeStamp? -
The Reason text given when the bonus was granted, if any.
Declaration
Swift
public let reason: String? -
The ID of the Worker to whom the bonus was paid.
Declaration
Swift
public let workerId: String? -
Undocumented
Declaration
Swift
public init(assignmentId: String? = nil, bonusAmount: String? = nil, grantTime: TimeStamp? = nil, reason: String? = nil, workerId: String? = nil)
View on GitHub
BonusPayment Structure Reference