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<Tax> Taxes { get; set; }
Public Property Taxes As List(Of Tax)
Get
Set
public:
property List<Tax^>^ Taxes {
List<Tax^>^ get ();
void set (List<Tax^>^ value);
}
member Taxes : List<Tax> with get, set
Property Value
Type:
ListTaxThe taxes.
See Also