subscribedsubscriptiondata
@nishans/types / Exports / SubscribedSubscriptionData
#
Interface: SubscribedSubscriptionData#
Hierarchy↳ SubscribedSubscriptionData
#
Index#
Properties- accountBalance
- address
- availableCredit
- billing
- billingEmail
- bots
- created
- creditEnabled
- credits
- customerId
- hasPaidNonzero
- interval
- isDelinquent
- isSubscribed
- joinedMemberIds
- members
- monthlyPlanAmount
- nextInvoiceAmount
- nextInvoiceTime
- periodEnd
- plan
- planAmount
- productId
- quantity
- spaceUsers
- timelineViewUsage
- totalCredit
- type
- yearlyPlanAmount
#
Properties#
accountBalance• accountBalance: number
Overrides: ISubscriptionData.accountBalance
Defined in: subscription.ts:31
#
address• address: { addressLine1
: string ; addressLine2
: string ; businessName
: string ; city
: string ; country
: string ; name
: string ; state
: string ; zipCode
: string }
#
Type declaration:Name | Type |
---|---|
addressLine1 | string |
addressLine2 | string |
businessName | string |
city | string |
country | string |
name | string |
state | string |
zipCode | string |
Defined in: subscription.ts:36
#
availableCredit• availableCredit: number
Inherited from: ISubscriptionData.availableCredit
Defined in: subscription.ts:5
#
billing• billing: charge_automatically
Defined in: subscription.ts:35
#
billingEmail• billingEmail: string
Defined in: subscription.ts:28
#
bots• bots: string[]
Inherited from: ISubscriptionData.bots
Defined in: subscription.ts:6
#
created• created: number
Defined in: subscription.ts:47
#
creditEnabled• creditEnabled: boolean
Inherited from: ISubscriptionData.creditEnabled
Defined in: subscription.ts:7
#
credits• credits: TCredit[]
Inherited from: ISubscriptionData.credits
Defined in: subscription.ts:12
#
customerId• customerId: string
Defined in: subscription.ts:26
#
hasPaidNonzero• hasPaidNonzero: boolean
Overrides: ISubscriptionData.hasPaidNonzero
Defined in: subscription.ts:51
#
interval• interval: month | year
Defined in: subscription.ts:46
#
isDelinquent• isDelinquent: boolean
Inherited from: ISubscriptionData.isDelinquent
Defined in: subscription.ts:9
#
isSubscribed• isSubscribed: boolean
Inherited from: ISubscriptionData.isSubscribed
Defined in: subscription.ts:10
#
joinedMemberIds• joinedMemberIds: string[]
Inherited from: ISubscriptionData.joinedMemberIds
Defined in: subscription.ts:11
#
members• members: IMember[]
Inherited from: ISubscriptionData.members
Defined in: subscription.ts:13
#
monthlyPlanAmount• monthlyPlanAmount: number
Defined in: subscription.ts:32
#
nextInvoiceAmount• nextInvoiceAmount: number
Defined in: subscription.ts:50
#
nextInvoiceTime• nextInvoiceTime: number
Defined in: subscription.ts:49
#
periodEnd• periodEnd: number
Defined in: subscription.ts:48
#
plan• plan: student_free
Defined in: subscription.ts:29
#
planAmount• planAmount: number
Defined in: subscription.ts:30
#
productId• productId: string
Defined in: subscription.ts:27
#
quantity• quantity: number
Defined in: subscription.ts:34
#
spaceUsers• spaceUsers: string[]
Inherited from: ISubscriptionData.spaceUsers
Defined in: subscription.ts:14
#
timelineViewUsage• timelineViewUsage: number
Inherited from: ISubscriptionData.timelineViewUsage
Defined in: subscription.ts:15
#
totalCredit• totalCredit: number
Inherited from: ISubscriptionData.totalCredit
Defined in: subscription.ts:16
#
type• type: subscribed_admin
Defined in: subscription.ts:25
#
yearlyPlanAmount• yearlyPlanAmount: number
Defined in: subscription.ts:33