InvoiceLineTaxes Property |
Gets or sets the taxes.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<InvoiceLineTax> Taxes { get; set; }
Public Property Taxes As List(Of InvoiceLineTax)
Get
Set
public:
property List<InvoiceLineTax^>^ Taxes {
List<InvoiceLineTax^>^ get ();
void set (List<InvoiceLineTax^>^ value);
}
member Taxes : List<InvoiceLineTax> with get, set
Property Value
Type:
ListInvoiceLineTaxThe taxes.
See Also