OrderShippingInfo
The shipping information for a Vendr order
public class OrderShippingInfo
Namespace
Properties
CountryId
Gets the ID of the shipping Country
of the order
public Guid? CountryId { get; }
RegionId
Gets the ID of the shipping Region
of the order
public Guid? RegionId { get; }
ShippingMethodId
Gets the ID of the ShippingMethod
of the order
public Guid? ShippingMethodId { get; }
TaxRate
Gets the TaxRate
of the shipping of the order
public TaxRate TaxRate { get; }
TotalPrice
Gets the total price of the shipping of the order
public ReadOnlyTotalPrice TotalPrice { get; }