//
// PurchaseOption.swift
// SodaLive
// Created by klaus on 11/8/24.
enum PurchaseOption: String, Codable {
case BOTH, BUY_ONLY, RENT_ONLY
}