Class UpdateTenantBranchRequest
- Namespace
- KadicAuth.Application.TenantBranches.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record UpdateTenantBranchRequest
- Inheritance
-
object
UpdateTenantBranchRequest
Constructors
UpdateTenantBranchRequest(string, string, string?, string?, bool, Guid)
public UpdateTenantBranchRequest(string Name, string Slug, string? Address, string? Phone, bool IsDefault, Guid Id)
Parameters
Name string
Slug string
Address string
Phone string
IsDefault bool
Id Guid
Properties
Address
public string? Address { get; init; }
Property Value
- string
Id
public Guid Id { get; init; }
Property Value
- Guid
IsDefault
public bool IsDefault { get; init; }
Property Value
- bool
Name
public string Name { get; init; }
Property Value
- string
Phone
public string? Phone { get; init; }
Property Value
- string
Slug
public string Slug { get; init; }
Property Value
- string