Class PaymentRequestStartInput
Namespace: Volo.Payment.Gateways
Assembly: Volo.Payment.Domain.dll
Syntax
public class PaymentRequestStartInput : ExtensibleObject
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 |