mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
8 lines
193 B
C#
8 lines
193 B
C#
namespace Bit.Core.Models.OrganizationConnectionConfigs;
|
|
|
|
public class BillingSyncConfig
|
|
{
|
|
public string BillingSyncKey { get; set; }
|
|
public Guid CloudOrganizationId { get; set; }
|
|
}
|