Show / Hide Table of Contents

Class PaymentRequestProduct

Inheritance
object
PaymentRequestProduct
Implements
IHasExtraProperties
Namespace: Volo.Payment.Requests
Assembly: Volo.Payment.Domain.dll
Syntax
public class PaymentRequestProduct : Entity, IHasExtraProperties

Constructors

PaymentRequestProduct()

Declaration
protected PaymentRequestProduct()

Properties

Code

Declaration
public string Code { get; }
Property Value
Type Description
string

Count

Declaration
public int Count { get; }
Property Value
Type Description
int

ExtraProperties

Declaration
public ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
Type Description
ExtraPropertyDictionary

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

PaymentRequestId

Declaration
public Guid PaymentRequestId { get; }
Property Value
Type Description
Guid

PaymentType

Declaration
public PaymentType PaymentType { get; }
Property Value
Type Description
PaymentType

PlanId

Declaration
public Guid? PlanId { get; }
Property Value
Type Description
Guid?

TotalPrice

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

UnitPrice

Declaration
public float UnitPrice { get; }
Property Value
Type Description
float

Methods

GetKeys()

Declaration
public override object[] GetKeys()
Returns
Type Description
object[]

Implements

Volo.Abp.Data.IHasExtraProperties
In this article
Back to top Powered by Volosoft