Click or drag to resize

IDocumentHumanServiceComplexEntityMember Interface

complex entity member for human service on documents

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.SaleDocument
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IDocumentHumanServiceComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IDocumentHumanServiceComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyHumanServiceAmountSettledByCESU

Gets or sets HumanServiceAmountSettledByCESU

(Montant acquitté par CESU)

Public propertyHumanServiceAmountSettledByCESUMember

Gets HumanServiceAmountSettledByCESU

(Montant acquitté par CESU)

Public propertyHumanServiceAmountSettledByCESUP

Gets or sets HumanServiceCESUPSettledAmount

(Montant acquitté par CESUP)

Public propertyHumanServiceAmountSettledByCESUPMember

Gets HumanServiceCESUPSettledAmount

(Montant acquitté par CESUP)

Public propertyHumanServiceAmountSettledByOther

Gets or sets HumanService amount settled by other payment type (no CESU, CESUP, and cash)

(Montant acquitté par autres moyens de paiement)

Public propertyHumanServiceAmountSettledByOtherMember

Gets HumanService amount settled by other payment type (no CESU, CESUP, and cash)

(Montant acquitté par autres moyens de paiement)

Public propertyHumanServiceDeductibleAmount

Gets or sets HumanServiceDeductibleAmount

(Montant acquitté ouvrant droit à déduction)

Public propertyHumanServiceDeductibleAmountMember

Gets HumanServiceDeductibleAmount

(Montant acquitté ouvrant droit à déduction)

Public propertyHumanServiceTotalAmount

Gets or sets HumanServiceTotalAmount

(Montant total des services à la personne)

Public propertyHumanServiceTotalAmountMember

Gets HumanServiceTotalAmount

(Montant total des services à la personne)

Public propertyIntervenerId

Gets or sets set the intervener Id for human services

(Code intervenant)

Public propertyIntervenerIdMember

Gets/set the intervener Id for human services

(Code intervenant)

Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also