CreditedInvoiceLineCustomAttributes 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<CreditedInvoiceLineCustomAttribute> CustomAttributes { get; set; }
Public Property CustomAttributes As List(Of CreditedInvoiceLineCustomAttribute)
Get
Set
public:
property List<CreditedInvoiceLineCustomAttribute^>^ CustomAttributes {
List<CreditedInvoiceLineCustomAttribute^>^ get ();
void set (List<CreditedInvoiceLineCustomAttribute^>^ value);
}
member CustomAttributes : List<CreditedInvoiceLineCustomAttribute> with get, set
Property Value
Type:
ListCreditedInvoiceLineCustomAttributeThe custom attributes.
See Also