InvoiceInvoiceSubtotals Property |
Gets the invoice subtotals.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<InvoiceSubtotal> InvoiceSubtotals { get; set; }
Public Property InvoiceSubtotals As IList(Of InvoiceSubtotal)
Get
Set
public:
property IList<InvoiceSubtotal^>^ InvoiceSubtotals {
IList<InvoiceSubtotal^>^ get ();
void set (IList<InvoiceSubtotal^>^ value);
}
member InvoiceSubtotals : IList<InvoiceSubtotal> with get, set
Property Value
Type:
IListInvoiceSubtotalThe invoice subtotals.
See Also