 | SalesOrderDtoShippingFeeIncludingVAT Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal ShippingFeeIncludingVAT { get; set; }
Public Property ShippingFeeIncludingVAT As Decimal
Get
Set
public:
property Decimal ShippingFeeIncludingVAT {
Decimal get ();
void set (Decimal value);
}
member ShippingFeeIncludingVAT : decimal with get, set
Property Value
Type:
Decimal
See Also