Click or drag to resize

PriceResponse Class

Price response.
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.ModelsPriceResponse

Namespace: FRAM.WcfService.Public.Models
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PriceResponse

The PriceResponse type exposes the following members.

Constructors
 NameDescription
Public methodPriceResponseInitializes a new instance of the PriceResponse class
Top
Properties
 NameDescription
Public propertyCODFee COD fee.
Public propertyDeliveryFee Delivery fee.
Public propertyIncludedProduct Included product (e.g. Warranty (obsolete) or Priority).
Public propertyInsuranceFee Insurance fee.
Public propertyPickUpFee Pickup fee.
Public propertyPriorityFee Priority fee.
Public propertyReceiverFreightFee Consignee shipping fee.
Public propertyShipmentFee Shipping fee.
Public propertyTemperatureFee Misc fee.
Public propertyTotalFee Total sum (without VAT).
Public propertyTotalFeeWithVAT Total sum (with VAT).
Public propertyWarrantyDeliveryFeeObsolete.
Delivery fee (with Warranty) (obsolete).
Public propertyWarrantyFeeObsolete.
Warranty fee (obsolete).
Top
See Also