Class PaymentRequestProductCreateDto
Inheritance
PaymentRequestProductCreateDto
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
Count
Declaration
[Range(1, 2147483647)]
public int Count { get; set; }
Property Value
Declaration
public Dictionary<string, IPaymentRequestProductExtraParameterConfiguration> ExtraProperties { get; set; }
Property Value
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
PaymentType
Declaration
public PaymentType PaymentType { get; set; }
Property Value
PlanId
Declaration
public Guid? PlanId { get; set; }
Property Value
TotalPrice
Declaration
public float? TotalPrice { get; set; }
Property Value
UnitPrice
Declaration
public float UnitPrice { get; set; }
Property Value
Extension Methods