Class ShippingRate
Contains information about shipping rate
Inheritance
System.Object
ShippingRate
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class ShippingRate : Object
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 |