Class ProductInputDto
Namespace: Payment.Application.ThirdParty.Billing
Assembly: Payment.Application.dll
public class ProductInputDto
Inheritance
object ← ProductInputDto
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
ExternalPaymentId
public string? ExternalPaymentId { get; set; }
Property Value
Quantity
public int Quantity { get; set; }
Property Value
UnitPrice
public double UnitPrice { get; set; }
Property Value
UnitPriceInCents
public long UnitPriceInCents { get; }
Property Value
Last modified: 21 May 2024