QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

payrollWageType (property)

Type type of pay.

Syntax

@property (nonatomic,readwrite,assign,getter=payrollWageType,setter=setPayrollWageType:) NSString* payrollWageType;
- (NSString*)payrollWageType;
- (void)setPayrollWageType:(NSString*)newPayrollWageType;
public var payrollWageType: String {
  get {...}
set {...} }

Default Value

""

Remarks

The PayrollWageType property is only available when the ListType is set to ltPayrollItemWage;. For any other ListType, this property will be ignored.

Valid values include:

Bonus
Commission
HourlyRegular
HourlySick
HourlyVacation
SalaryRegular
SalarySick
SalaryVacation

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