Signal-iOS/SignalServiceKit/Subscriptions/Backups/BackupPaymentMethod.swift
2024-12-05 14:43:11 -08:00

11 lines
280 B
Swift

//
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
//
/// The possible payment methods for a Backup subscription.
enum BackupPaymentMethod: String {
case appleAppStore = "APPLE_APP_STORE"
case googlePlayBilling = "GOOGLE_PLAY_BILLING"
}