Class ShippingMethodDto.ShippingPackageRow
Represents strongly named DataRow class.
Inheritance
System.Object
ShippingMethodDto.ShippingPackageRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingPackageRow : DataRow
Properties
Declaration
public int PackageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PackageName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid ShippingOptionId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public ShippingMethodDto.ShippingOptionRow ShippingOptionRow { get; set; }
Property Value
Declaration
public int ShippingPackageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|