Share via


DocumentType Enum

Definition

Different providers of billing information.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum DocumentType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type DocumentType = 
Public Enum DocumentType
Inheritance
DocumentType
Attributes

Fields

AdjustmentNote 3

Indicates that document type is an adjustment note.

Invoice 1

Indicates that document type is an invoice.

None 0

Value if not set.

VoidNote 2

Indicates that document type is an void note.

Applies to