 | PaymentPartialEntityNominalAllocations Property |
Gets or sets the nominal allocations.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<PaymentNominalAllocationEntity> NominalAllocations { get; set; }
Public Property NominalAllocations As IList(Of PaymentNominalAllocationEntity)
Get
Set
Property Value
Type:
IListPaymentNominalAllocationEntity
The nominal allocations.
See Also