Show / Hide Table of Contents

Class PaymentRequestProductCreateDto

Inheritance
object
PaymentRequestProductCreateDto
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 PaymentRequestProductCreateDto

Constructors

PaymentRequestProductCreateDto()

Declaration
public PaymentRequestProductCreateDto()

Properties

Code

Declaration
[Required]
public string Code { get; set; }
Property Value
Type Description
string

Count

Declaration
[Range(1, 2147483647)]
public int Count { get; set; }
Property Value
Type Description
int

ExtraProperties

Declaration
public Dictionary<string, IPaymentRequestProductExtraParameterConfiguration> ExtraProperties { get; set; }
Property Value
Type Description
Dictionary<string, IPaymentRequestProductExtraParameterConfiguration>

Name

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

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
In this article
Back to top Powered by Volosoft