BillingProvider Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Different providers of billing information.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum BillingProvider
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type BillingProvider =
Public Enum BillingProvider
- Inheritance
-
BillingProvider
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Enum initializer. |
Office | 1 | Bill is provided by Office. Example: O365, and In-tune. |
Azure | 2 | Bill is provided by Azure. Example: Azure Services. |
OneTime | 3 | Bill is provided for one time purchases. |
Marketplace | 4 | Indicates that the provider is marketplace |
All | 5 | Indicates that the provider is both first party and marketplace |