QuickBooks Integrator 2020 Kotlin Edition

Questions / Feedback?

PriceLevelType Property

Indicates the type of PriceLevel returned.

Syntax

public var priceLevelType: PricelevelPriceLevelTypes

public enum class PricelevelPriceLevelTypes(val value: Int) {
tUnspecified(0),
tFixedPercentage(1),
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 Kotlin Edition - Version 20.0 [Build 7941]