Show / Hide Table of Contents

Class PaymentRequestStartDto

Inheritance
object
PaymentRequestStartDto
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PaymentRequestStartDto : ExtensibleObject

Constructors

PaymentRequestStartDto()

Declaration
public PaymentRequestStartDto()

Properties

CancelUrl

Declaration
public string CancelUrl { get; set; }
Property Value
Type Description
string

PaymentRequestId

Declaration
public Guid PaymentRequestId { get; set; }
Property Value
Type Description
Guid

ReturnUrl

Declaration
[Required]
public string ReturnUrl { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft