PriceListAttributes

Attributes of the PriceListAttributes type

Attributes for creating and updating price lists

{
  "planId": "456123",
  "code": "",
  "name": "",
  "sku": "",
  "currencyId": "456123",
  "isVisible": true,
  "trialAllowed": true,
  "trialLengthDays": 123,
  "trialExpirationAction": "TrialExpirationAction",
  "renewalTermMonths": 123,
  "priceAdjustmentAction": "PriceAdjustmentAction",
  "priceAdjustmentTiming": "PriceAdjustmentTiming",
  "priceAdjustmentPercentage": "1.00",
  "showPriceAsMonthly": true
}
Name
Type
Description

planId

ID

code

String

name

String

sku

String

currencyId

ID

isVisible

Boolean

trialAllowed

Boolean

trialLengthDays

Int

trialExpirationAction

renewalTermMonths

Int

priceAdjustmentAction

priceAdjustmentTiming

priceAdjustmentPercentage

Float

showPriceAsMonthly

Boolean

Last updated

Was this helpful?