Skip to content

OfferingsDataType

Offerings data type

Fields

freq · String · The frequency of the offering
month · String · The month of the offering

Used By

Definition

"""
Offerings data type
"""
type OfferingsDataType {
"""
The frequency of the offering
"""
freq: String
"""
The month of the offering
"""
month: String
}