Click or drag to resize

ICustomerFamilyEntity.SecurityBondRate Property

Gets or sets the security bond rate

(Taux de retenue de garantie)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Customer
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<decimal> SecurityBondRate { get; set; }

Property Value

Type: Nullable<Decimal>
Remarks
This entity member is bound to the SecurityBondRate (Taux de retenue de garantie) column of the CustomerFamily (Familles Clients) table.
See Also