declare enum SubscriptionChargeType {
    MANUAL = "MANUAL",
    AUTOMATIC = "AUTOMATIC"
}
export { SubscriptionChargeType };
