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
LineItemGuids
[Required]
public List<Guid> LineItemGuids { get; set; }
Property Value
Last modified: 21 May 2024