Table of Contents

Class DraftInvoice

Namespace
InSite.Application.Invoices.Write
Assembly
Shift.Sdk.dll
public class DraftInvoice : Command, ICommand
Inheritance
DraftInvoice
Implements
Inherited Members
Extension Methods

Constructors

DraftInvoice(Guid, Guid, int, Guid, InvoiceItem[])

public DraftInvoice(Guid aggregate, Guid tenant, int number, Guid customer, InvoiceItem[] items)

Parameters

aggregate Guid
tenant Guid
number int
customer Guid
items InvoiceItem[]

Properties

Customer

public Guid Customer { get; set; }

Property Value

Guid

Items

public InvoiceItem[] Items { get; set; }

Property Value

InvoiceItem[]

Number

public int Number { get; set; }

Property Value

int

Tenant

public Guid Tenant { get; set; }

Property Value

Guid