PlanData interface
Billing plan information.
Properties
billing |
different billing cycles like MONTHLY/WEEKLY |
effective |
date when plan was applied NOTE: This property will not be serialized. It can only be populated by the server. |
plan |
plan id as published by Liftr.PAN |
usage |
different usage type like PAYG/COMMITTED |
Property Details
billingCycle
different billing cycles like MONTHLY/WEEKLY
billingCycle: string
Property Value
string
effectiveDate
date when plan was applied NOTE: This property will not be serialized. It can only be populated by the server.
effectiveDate?: Date
Property Value
Date
planId
plan id as published by Liftr.PAN
planId: string
Property Value
string
usageType
different usage type like PAYG/COMMITTED
usageType?: string
Property Value
string