Owneat Technical Guide main Help

Class LineItemsToLinkCommand

Namespace: Payment.Domain.Assets
Assembly: Payment.Domain.dll

public sealed class LineItemsToLinkCommand

Inheritance

object ← LineItemsToLinkCommand

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

CheckoutSessionId

[Required] public string CheckoutSessionId { get; set; }

Property Value

string

LineItemGuids

[Required] public List<Guid> LineItemGuids { get; set; }

Property Value

List < Guid \>

Last modified: 21 May 2024