 | PriceResponseShipmentFee Property |
Shipping fee.
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic decimal ShipmentFee { get; set; }
Public Property ShipmentFee As Decimal
Get
Set
public:
property Decimal ShipmentFee {
Decimal get ();
void set (Decimal value);
}
member ShipmentFee : decimal with get, set
Property Value
Type:
Decimal
See Also