Class FinalizeAccountLinkingCommand
Namespace: Restaurant.Application.Requests.Restaurant
Assembly: Restaurant.Application.dll
public sealed class FinalizeAccountLinkingCommand : IRequest<Result<Restaurant>>, IBaseRequest
Inheritance
object ← FinalizeAccountLinkingCommand
Implements
IRequest<Result<Restaurant\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
LinkedAccount
[JsonIgnore]
[Required]
public Account LinkedAccount { get; init; }
Property Value
Account
Last modified: 21 May 2024