 | CustomerPartialEntityDirectDebits Property |
Gets or sets the direct debits.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<DirectDebitPartialEntity> DirectDebits { get; set; }
Public Property DirectDebits As IList(Of DirectDebitPartialEntity)
Get
Set
Property Value
Type:
IListDirectDebitPartialEntity
The direct debits.
See Also