Class PaymentRequestStartDto
Inheritance
PaymentRequestStartDto
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PaymentRequestStartDto : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
PaymentRequestStartDto()
Declaration
public PaymentRequestStartDto()
Properties
CancelUrl
Declaration
public string CancelUrl { get; set; }
Property Value
PaymentRequestId
Declaration
public Guid PaymentRequestId { get; set; }
Property Value
ReturnUrl
Declaration
[Required]
public string ReturnUrl { get; set; }
Property Value
Implements
Extension Methods