Class CreateTenantWithBranchesRequest
- Namespace
- KadicAuth.Api.Models
- Assembly
- KadicAuth.Api.dll
public sealed record CreateTenantWithBranchesRequest
- Inheritance
-
object
CreateTenantWithBranchesRequest
Constructors
public CreateTenantWithBranchesRequest(string Name, Guid PlanId, string? Code, string? Domain, string? Region, string? Description, string? LogoBase64, IEnumerable<CreateTenantBranchInput> Branches)
Parameters
Name string
PlanId Guid
Code string
Domain string
Region string
Description string
LogoBase64 string
Branches IEnumerable<CreateTenantBranchInput>
Properties
Branches
public IEnumerable<CreateTenantBranchInput> Branches { get; init; }
Property Value
- IEnumerable<CreateTenantBranchInput>
Code
public string? Code { get; init; }
Property Value
- string
Description
public string? Description { get; init; }
Property Value
- string
Domain
public string? Domain { get; init; }
Property Value
- string
LogoBase64
public string? LogoBase64 { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string
PlanId
public Guid PlanId { get; init; }
Property Value
- Guid
Region
public string? Region { get; init; }
Property Value
- string