RecurringAccountType
An object representing a Svea App Wallet recurring account type.
Important
Currently, the only supported recurring account type is Recurring Card.
enum RecurringAccountType: String {
case recurringCard = "RECURRING_CARD"
case unknown = "UNKNOWN"
}