declare enum BillingDayCustomization {
    DEFAULT = "DEFAULT",
    SPECIFIC = "SPECIFIC"
}
export { BillingDayCustomization };
