CreditedInvoiceCustomAttributes Property |
Gets or sets CustomAttributes.
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<CreditedInvoiceCustomAttribute> CustomAttributes { get; set; }
Public Property CustomAttributes As List(Of CreditedInvoiceCustomAttribute)
Get
Set
public:
property List<CreditedInvoiceCustomAttribute^>^ CustomAttributes {
List<CreditedInvoiceCustomAttribute^>^ get ();
void set (List<CreditedInvoiceCustomAttribute^>^ value);
}
member CustomAttributes : List<CreditedInvoiceCustomAttribute> with get, set
Property Value
Type:
ListCreditedInvoiceCustomAttributeSee Also