File tree Expand file tree Collapse file tree
Artifacts/Comanda.Internal.Contracts/Source/Transport/Internal/Orders Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ public sealed record OrderCreationScheme : IDispatchable<Result<OrderScheme>>
44{
55 public Fulfillment Fulfillment { get ; init ; }
66 public Priority Priority { get ; init ; }
7+ public Address ? Address { get ; init ; } = default ! ;
78 public Metadata Metadata { get ; init ; } = default ! ;
89 public IEnumerable < Item > Items { get ; init ; } = [ ] ;
910}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ public sealed record OrderScheme
55 public string Identifier { get ; init ; } = default ! ;
66 public string Code { get ; init ; } = default ! ;
77
8+ public Address ? Address { get ; init ; } = default ! ;
89 public Status Status { get ; init ; }
910 public Priority Priority { get ; init ; }
1011 public Fulfillment Fulfillment { get ; init ; }
You can’t perform that action at this time.
0 commit comments