Owneat Technical Guide main Help

Class GetPaymentByIdQuery

Namespace: Payment.Application.Requests.Handlers.Payment
Assembly: Payment.Application.dll

public class GetPaymentByIdQuery : IRequest<Result<Payment>>, IBaseRequest

Inheritance

object ← GetPaymentByIdQuery

Implements

IRequest<Result<Payment\>\>, IBaseRequest

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Constructors

GetPaymentByIdQuery\(Guid\)

public GetPaymentByIdQuery(Guid paymentGuid)

Parameters

paymentGuid Guid

Properties

PaymentGuid

[Required] public Guid PaymentGuid { get; init; }

Property Value

Guid

Last modified: 21 May 2024