Class PaymentRequestWithDetailsDto
Inheritance
PaymentRequestWithDetailsDto
Implements
IHasCreationTime
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
Currency
Declaration
public string Currency { get; set; }
Property Value
EmailSendDate
Declaration
public DateTime? EmailSendDate { get; set; }
Property Value
ExternalSubscriptionId
Declaration
public string ExternalSubscriptionId { get; set; }
Property Value
FailReason
Declaration
public string FailReason { get; set; }
Property Value
Gateway
Declaration
public string Gateway { get; set; }
Property Value
Products
Declaration
public virtual List<PaymentRequestProductDto> Products { get; set; }
Property Value
State
Declaration
public PaymentRequestState State { get; set; }
Property Value
TotalPrice
Declaration
public float TotalPrice { get; set; }
Property Value
Implements
Volo.Abp.Auditing.IHasCreationTime