@gibme/starlink
Preparing search index...
index
Starlink
Management
Components
BillingCycle
Interface BillingCycle<DateType>
interface
BillingCycle
<
DateType
extends
Date
|
string
=
string
>
{
dailyDataUsage
:
null
|
DataUsage
<
DateType
>
[]
;
endDate
:
DateType
;
overageLines
:
null
|
OverageLine
[]
;
startDate
:
DateType
;
totalNonBillableGB
:
number
;
totalOptInPriorityGB
:
number
;
totalPriorityGB
:
number
;
totalStandardGB
:
number
;
}
Type Parameters
DateType
extends
Date
|
string
=
string
Index
Properties
daily
Data
Usage
end
Date
overage
Lines
start
Date
total
Non
Billable
GB
total
Opt
In
Priority
GB
total
Priority
GB
total
Standard
GB
Properties
daily
Data
Usage
dailyDataUsage
:
null
|
DataUsage
<
DateType
>
[]
end
Date
endDate
:
DateType
overage
Lines
overageLines
:
null
|
OverageLine
[]
start
Date
startDate
:
DateType
total
Non
Billable
GB
totalNonBillableGB
:
number
total
Opt
In
Priority
GB
totalOptInPriorityGB
:
number
total
Priority
GB
totalPriorityGB
:
number
total
Standard
GB
totalStandardGB
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
daily
Data
Usage
end
Date
overage
Lines
start
Date
total
Non
Billable
GB
total
Opt
In
Priority
GB
total
Priority
GB
total
Standard
GB
@gibme/starlink
Loading...