Skip to content

Instantly share code, notes, and snippets.

@yusufonderd
Created February 7, 2022 13:35
Show Gist options
  • Save yusufonderd/2ab2b39fd1516afe3be648e606fe0367 to your computer and use it in GitHub Desktop.
Save yusufonderd/2ab2b39fd1516afe3be648e606fe0367 to your computer and use it in GitHub Desktop.
class PaymentId {
static let shared = PaymentId()
static let monthly = "com.yonder._.monthly"
static let yearly = "com.yonder._.yearly"
static let lifetime = "com.yonder._.lifetime"
private init() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment