Magidoc

ServicePlanDto
Object

Plan based on a service type that can be available to accounts

Fields

#

id

Non-null

Unique service plan ID

planName

Unique name of service plan

internalPlanName

Unique internal service plan name

description

Description of service plan

isTrial

Non-null

Indicates whether service plan is a trial plan. Only one service plan can be a trail per service type

trialDays

Non-null

Number of days a trial plan can be used before an upgrade is required

displayOrder

Non-null

Order of which the service plan is displayed

rank

Non-null

Determines the perceived value of the service plan used to determine if the plan is an upgrade/downgrade from another service plan

creditValue

Non-null

Non-monetary value of each credit

serviceType

Non-null

Service type associated with the plan

isPublic

Non-null

Indicates whether service plan is displayed on websites/applications

isActive

Non-null

Indicates whether service plan is active

createdUtc

Non-null

Date/time the service plan was created

createdBy

Id of user who created the service plan

modifiedUtc

Non-null

Date/time the service plan was last modified

modifiedBy

Id of user who last modified the service plan

features

Collection of features

scales

Collection of scales

credits

Collection of credit blocks

accountServicePlans

Collection of Account service plans

accountInvoiceLineItems

Collection of Account invoice line items

Usages

#

References

#