Class PaymentRequestProduct
Inheritance
PaymentRequestProduct
Assembly: Volo.Payment.Domain.dll
Syntax
public class PaymentRequestProduct : Entity, IEntity, IHasExtraProperties
Constructors
PaymentRequestProduct()
Declaration
protected PaymentRequestProduct()
Properties
Code
Declaration
public string Code { get; }
Property Value
Count
Declaration
public int Count { get; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
PaymentRequestId
Declaration
public Guid PaymentRequestId { get; }
Property Value
PaymentType
Declaration
public PaymentType PaymentType { get; }
Property Value
PlanId
Declaration
public Guid? PlanId { get; }
Property Value
TotalPrice
Declaration
public float TotalPrice { get; }
Property Value
UnitPrice
Declaration
public float UnitPrice { get; }
Property Value
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods