1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
Files
browser/docs/billing/models.dsl
2025-07-28 10:08:35 -07:00

15 lines
325 B
Plaintext

# External vendors
group "Payment Systems" {
stripe = softwareSystem "Stripe" {
tags "External"
tags "Billing"
description "Handles credit cards and subscriptions."
}
braintree = softwareSystem "Braintree" {
tags "External"
tags "Billing"
description "Handles PayPal and cryptocurrency."
}
}