 | PaymentRequestEntityInvoices Property |
Gets or sets the invoices.
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<PaymentRequestInvoiceEntity> Invoices { get; set; }
Public Property Invoices As IList(Of PaymentRequestInvoiceEntity)
Get
Set
Property Value
Type:
IListPaymentRequestInvoiceEntity
The invoices.
See Also