QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

priceLevelType (property)

Indicates the type of PriceLevel returned.

Syntax

@property (nonatomic,readwrite,assign,getter=priceLevelType,setter=setPriceLevelType:) int priceLevelType;
- (int)priceLevelType;
- (void)setPriceLevelType:(int)newPriceLevelType;

/* Possible Values */
T_UNSPECIFIED(0),
T_FIXED_PERCENTAGE(1),
T_PER_ITEM(2)
public var priceLevelType: PricelevelPriceLevelTypes {
  get {...}
set {...} }
public enum PricelevelPriceLevelTypes : Int32 { case tUnspecified = 0 case tFixedPercentage = 1 case tPerItem = 2 }

Default Value

0

Remarks

Indicates the type of price level returned in the response - fixed percentage type or per item type (per item types are only supported in Premier or Enterprise).

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