Owneat Technical Guide main Help

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

string?

Quantity

public int Quantity { get; set; }

Property Value

int

UnitPrice

public double UnitPrice { get; set; }

Property Value

double

UnitPriceInCents

public long UnitPriceInCents { get; }

Property Value

long

Last modified: 21 May 2024