 | InternetWaybillModelPickUpFeeAmount Property |
[Missing <summary> documentation for "P:FRAM.CommonLayer.Models.FRAM.InternetWaybillModel.PickUpFeeAmount"]
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic Nullable<decimal> PickUpFeeAmount { get; set; }
Public Property PickUpFeeAmount As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> PickUpFeeAmount {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member PickUpFeeAmount : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also