Class DistributionOrdered
public class DistributionOrdered : Change, IChange
- Inheritance
-
DistributionOrdered
- Implements
- Inherited Members
- Extension Methods
Constructors
DistributionOrdered(string, string, string)
public DistributionOrdered(string code, string status, string errors)
Parameters
Properties
Code
public string Code { get; set; }
Property Value
Errors
public string Errors { get; set; }
Property Value
Status
public string Status { get; set; }