InvoiceCustomAttributes Property |
Gets or sets the custom attributes.
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<InvoiceCustomAttribute> CustomAttributes { get; set; }
Public Property CustomAttributes As List(Of InvoiceCustomAttribute)
Get
Set
public:
property List<InvoiceCustomAttribute^>^ CustomAttributes {
List<InvoiceCustomAttribute^>^ get ();
void set (List<InvoiceCustomAttribute^>^ value);
}
member CustomAttributes : List<InvoiceCustomAttribute> with get, set
Property Value
Type:
ListInvoiceCustomAttributeThe custom attributes.
See Also