Try our conversational search powered by Generative AI!

Class ShippingRate

Contains information about shipping rate

Inheritance
System.Object
ShippingRate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ShippingRate

Constructors

ShippingRate(Guid, String, Money)

Initializes a new instance of the ShippingRate class.

Declaration
public ShippingRate(Guid id, string name, Money money)
Parameters
Type Name Description
System.Guid id

The id.

System.String name

The name.

Money money

The money.

Fields

Id

Represents the shipping rate ID.

Declaration
public Guid Id
Field Value
Type Description
System.Guid

Money

Represents the shipping rate's money.

Declaration
public Money Money
Field Value
Type Description
Money

Name

Represents the shipping rate name.

Declaration
public string Name
Field Value
Type Description
System.String