Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Shipment

Shipment in Bolt

Inheritance
System.Object
Shipment
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class Shipment : Object

Constructors

Shipment()

Declaration
public Shipment()

Properties

Carrier

The carrier

Declaration
public string Carrier { get; set; }
Property Value
Type Description
System.String

Cost

The cost

Declaration
public long Cost { get; set; }
Property Value
Type Description
System.Int64

DiscountByMembership

The discount by membership

Declaration
public bool DiscountByMembership { get; set; }
Property Value
Type Description
System.Boolean

EstimatedDeliveryDate

The estimated delivery date

Declaration
public string EstimatedDeliveryDate { get; set; }
Property Value
Type Description
System.String

Expedited

The expedited

Declaration
public bool Expedited { get; set; }
Property Value
Type Description
System.Boolean

PackageDepth

The package depth

Declaration
public int PackageDepth { get; set; }
Property Value
Type Description
System.Int32

PackageDimensionUnit

The package dimension unit

Declaration
public string PackageDimensionUnit { get; set; }
Property Value
Type Description
System.String

PackageHeight

The package height

Declaration
public int PackageHeight { get; set; }
Property Value
Type Description
System.Int32

PackageType

The package type

Declaration
public string PackageType { get; set; }
Property Value
Type Description
System.String

PackageWidth

The package width

Declaration
public int PackageWidth { get; set; }
Property Value
Type Description
System.Int32

Service

The service

Declaration
public string Service { get; set; }
Property Value
Type Description
System.String

ShippingAddress

The shipping address

Declaration
public CreateAddress ShippingAddress { get; set; }
Property Value
Type Description
CreateAddress

ShippingAddressId

The shipping address id

Declaration
public string ShippingAddressId { get; set; }
Property Value
Type Description
System.String

ShippingMethod

The shipping method

Declaration
public string ShippingMethod { get; set; }
Property Value
Type Description
System.String

TaxAmount

The tax amount

Declaration
public int TaxAmount { get; set; }
Property Value
Type Description
System.Int32

TaxCode

The tax code

Declaration
public string TaxCode { get; set; }
Property Value
Type Description
System.String

TaxWeight

The total weight

Declaration
public int TaxWeight { get; set; }
Property Value
Type Description
System.Int32

Type

The type

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String