QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

earningsRate (property)

Amount employee has earned for this period.

Syntax

- (NSString*)earningsRate:(int)earningsIndex;
- (void)setEarningsRate:(int)earningsIndex:(NSString*)newEarningsRate;
public func earningsRate(earningsIndex: Int32) throws -> String
public func setEarningsRate(earningsIndex: Int32, newEarningsRate: String) throws -> Void

Default Value

""

Remarks

Amount employee has earned for this period.

This property contains the dollar amount that the employee has earned for this Earnings item.

The EarningsIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EarningsCount property.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]