Class PaymentRequestStartInput
Inherited Members
Namespace: Volo.Payment.Gateways
Assembly: Volo.Payment.Domain.dll
Syntax
public class PaymentRequestStartInput : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
PaymentRequestStartInput()
Declaration
public PaymentRequestStartInput()
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
public string ReturnUrl { get; set; }
Property Value
Type | Description |
---|---|
string |