Owneat Technical Guide main Help

Class RetrieveExistingPaymentLinkQuery

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

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

Inheritance

object ← RetrieveExistingPaymentLinkQuery

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\(\)

Properties

Amount

[Required] public double Amount { get; init; }

Property Value

double

CustomerId

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

Property Value

Guid

Last modified: 21 May 2024