Class EditConfiguration.Command
- Namespace
- Raytha.Application.OrganizationSettings.Commands
- Assembly
- Raytha.Application.dll
public record EditConfiguration.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditConfiguration.Command>
- Inheritance
-
EditConfiguration.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
DateFormat
public string DateFormat { get; init; }
Property Value
OrganizationName
public string OrganizationName { get; init; }
Property Value
SmtpDefaultFromAddress
public string SmtpDefaultFromAddress { get; init; }
Property Value
SmtpDefaultFromName
public string SmtpDefaultFromName { get; init; }
Property Value
TimeZone
public string TimeZone { get; init; }
Property Value
WebsiteUrl
public string WebsiteUrl { get; init; }