Show / Hide Table of Contents

Class PaymentRequestWithDetailsDto

Inheritance
object
PaymentRequestWithDetailsDto
Implements
IHasCreationTime
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PaymentRequestWithDetailsDto : ExtensibleEntityDto<Guid>, IHasCreationTime

Constructors

PaymentRequestWithDetailsDto()

Declaration
public PaymentRequestWithDetailsDto()

Properties

CreationTime

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

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

Products

Declaration
public virtual List<PaymentRequestProductDto> Products { get; set; }
Property Value
Type Description
List<PaymentRequestProductDto>

State

Declaration
public PaymentRequestState State { get; set; }
Property Value
Type Description
PaymentRequestState

TotalPrice

Declaration
public float TotalPrice { get; set; }
Property Value
Type Description
float

Implements

Volo.Abp.Auditing.IHasCreationTime
In this article
Back to top Powered by Volosoft