Gets or sets the invoice type.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public InvoiceType Type { get; set; }
Public Property Type As InvoiceType
Get
Set
public:
property InvoiceType Type {
InvoiceType get ();
void set (InvoiceType value);
}
member Type : InvoiceType with get, set
Property Value
Type:
InvoiceTypeThe invoice type.
See Also