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