 | PaymentImportBatchPayments Property |
Gets or sets the payments.
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 List<PaymentImportEntity> Payments { get; set; }
Public Property Payments As List(Of PaymentImportEntity)
Get
Set
Property Value
Type:
ListPaymentImportEntity
The payments.
See Also