Show / Hide Table of Contents

Class PaymentRequestDto

Inheritance
object
PaymentRequestDto
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PaymentRequestDto : ExtensibleEntityDto<Guid>

Constructors

PaymentRequestDto()

Declaration
public PaymentRequestDto()

Properties

Currency

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

EmailSendDate

Declaration
public DateTime? EmailSendDate { get; set; }
Property Value
Type Description
DateTime?

ExternalSubscriptionId

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

FailReason

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

Gateway

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

State

Declaration
public PaymentRequestState State { get; set; }
Property Value
Type Description
PaymentRequestState
In this article
Back to top Powered by Volosoft