PaymentMatchResultInvoices Property |
Gets or sets the invoices.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<Invoice> Invoices { get; set; }
Public Property Invoices As List(Of Invoice)
Get
Set
public:
property List<Invoice^>^ Invoices {
List<Invoice^>^ get ();
void set (List<Invoice^>^ value);
}
member Invoices : List<Invoice> with get, set
Property Value
Type:
ListInvoiceThe invoices.
See Also