declare enum ProductFeeType {
    METERED_FEE = "METERED_FEE",
    SETUP_FEE = "SETUP_FEE",
    PERIOD_FEE = "PERIOD_FEE"
}
export { ProductFeeType };
