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 virtual string Code { get; }
Property Value
Count
Declaration
public virtual int Count { get; }
Property Value
Declaration
public virtual ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
Name
Declaration
public virtual string Name { get; }
Property Value
PaymentRequestId
Declaration
public virtual Guid PaymentRequestId { get; }
Property Value
PaymentType
Declaration
public virtual PaymentType PaymentType { get; }
Property Value
PlanId
Declaration
public virtual Guid? PlanId { get; }
Property Value
TotalPrice
Declaration
public virtual float TotalPrice { get; }
Property Value
UnitPrice
Declaration
public virtual float UnitPrice { get; }
Property Value
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods