Click or drag to resize
PriceRequest Class
Price request.
Inheritance Hierarchy
SystemObject
  FRAM.CommonLayer.ModelsPriceRequest

Namespace: FRAM.CommonLayer.Models
Assembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntax
public class PriceRequest

The PriceRequest type exposes the following members.

Constructors
  NameDescription
Public methodPriceRequest
Initializes a new instance of the PriceRequest class
Top
Properties
  NameDescription
Public propertyCOD
Cash on delivery.
Required.
Public propertyCODSum
Cash on delivery amount.
Required.
Public propertyCustomerNumber
Customer number (e.g. 100).
Required.
Public propertyDelivery
Delivery.
Required.
Public propertyInsurancePriceID
Insurance.

3 = 25 kr (20,000 kr)
4 = 60 kr (50,000 kr)

1 = 20 kr (20,000 kr) (obsolete)
2 = 50 kr (50,000 kr) (obsolete)
Public propertyParcelType
Parcel type.
Required.

Övrigt = Busspaket/gods
BBREV1ex = Bussbrev 1 kg
BBREV3ex = Bussbrev 3 kg
BBOX5ex = Bussbox 5 kg
BBOX10ex = Bussbox 10 kg
BBOX20ex = Bussbox 20 kg
BBOX35ex = Bussbox 35 kg
Public propertyProduct
Product.
Required.

1 = Regular
2 = Priority
3 = Warranty
Public propertyReceiverCityCode
Receiving city code (e.g. 1705).
Required.
Public propertyReceiverCustomerNumber
Customer number for receiver freights (e.g. 9000).
Public propertySenderCityCode
Sender city code (e.g 1190).
Required.
Public propertyTemperature
Temperature.
Required.
Public propertyWeight
Weight (kg).
Required.
Public propertyVolume
Volume (m³).
Required.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also