Skip to content

MonthlyBillingItemsDataType

Monthly billing items data

Fields

amount · Int · Amount of monthly billing items
month · String · Month the data relates to

Used By

Definition

"""
Monthly billing items data
"""
type MonthlyBillingItemsDataType {
"""
Amount of monthly billing items
"""
amount: Int
"""
Month the data relates to
"""
month: String
}