Click or drag to resize
Infosoft Logo

CaptureInvoicePaymentsResponseResults Property

Gets or sets the results of the attempted captures.

Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.Invoices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public IList<InvoicePaymentResult> Results { get; set; }

Property Value

IListInvoicePaymentResult
See Also