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