QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

earningsRatePercent (property)

Percentage employee has earned for this period.

Syntax

- (NSString*)earningsRatePercent:(int)earningsIndex;
- (void)setEarningsRatePercent:(int)earningsIndex:(NSString*)newEarningsRatePercent;
public func earningsRatePercent(earningsIndex: Int32) throws -> String
public func setEarningsRatePercent(earningsIndex: Int32, newEarningsRatePercent: String) throws -> Void

Default Value

""

Remarks

Percentage employee has earned for this period.

This property contains the percentage 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]