Show / Hide Table of Contents

Class PaymentRequestProductDto

Inheritance
object
PaymentRequestProductDto
Implements
IHasExtraProperties
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Payment.Requests
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
Type Description
string

Count

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

ExtraProperties

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

Name

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

PaymentRequestId

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

PaymentType

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

PlanId

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

TotalPrice

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

UnitPrice

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

Implements

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