Class PaymentRequestProductDto
Inheritance
PaymentRequestProductDto
Assembly: Volo.Payment.Application.Contracts.dll
Syntax
public class PaymentRequestProductDto : IHasExtraProperties
Constructors
PaymentRequestProductDto()
Declaration
public PaymentRequestProductDto()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Count
Declaration
public int Count { get; set; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PaymentRequestId
Declaration
public Guid PaymentRequestId { get; set; }
Property Value
PaymentType
Declaration
public PaymentType PaymentType { get; set; }
Property Value
PlanId
Declaration
public Guid PlanId { get; set; }
Property Value
TotalPrice
Declaration
public float TotalPrice { get; set; }
Property Value
UnitPrice
Declaration
public float UnitPrice { get; set; }
Property Value
Implements
Extension Methods