Uses of Class
com.microsoft.store.partnercenter.models.invoices.BillingProvider
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.invoices | |
| com.microsoft.store.partnercenter.models.invoices |
-
Uses of BillingProvider in com.microsoft.store.partnercenter.invoices
Methods in com.microsoft.store.partnercenter.invoices with parameters of type BillingProvider Modifier and Type Method Description IInvoiceLineItemCollectionIInvoice. by(BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType)Creates an invoice line item collection operations given a billing provider and invoice line item type.IReconciliationLineItemCollectionIInvoice. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period)Creates an invoice line item collection operations given a billing provider and invoice line item type.IReconciliationLineItemCollectionIInvoice. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period, int pageSize)Creates an invoice line item collection operations given a billing provider and invoice line item type.IInvoiceLineItemCollectionInvoiceOperations. by(BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType)Creates an invoice line item collection operation given a billing provider and invoice line item type.IReconciliationLineItemCollectionInvoiceOperations. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period)Creates an invoice line item collection operations given a billing provider and invoice line item type.IReconciliationLineItemCollectionInvoiceOperations. by(BillingProvider provider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period, int pageSize)Creates an invoice line item collection operations given a billing provider and invoice line item type.Constructors in com.microsoft.store.partnercenter.invoices with parameters of type BillingProvider Constructor Description InvoiceLineItemCollectionOperations(IPartner rootPartnerOperations, String invoiceId, BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType)Initializes a new instance of the InvoiceLineItemCollectionOperations class.ReconciliationLineItemCollectionOperations(IPartner rootPartnerOperations, String invoiceId, BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period)Initializes a new instance of the ReconciliationLineItemCollectionOperations class.ReconciliationLineItemCollectionOperations(IPartner rootPartnerOperations, String invoiceId, BillingProvider billingProvider, InvoiceLineItemType invoiceLineItemType, String currencyCode, BillingPeriod period, int pageSize)Initializes a new instance of the ReconciliationLineItemCollectionOperations class. -
Uses of BillingProvider in com.microsoft.store.partnercenter.models.invoices
Methods in com.microsoft.store.partnercenter.models.invoices that return BillingProvider Modifier and Type Method Description BillingProviderBaseUsageBasedLineItem. getBillingProvider()Returns the billing providerBillingProviderDailyRatedUsageLineItem. getBillingProvider()Gets the type of billing provider.BillingProviderInvoiceDetail. getBillingProvider()abstract BillingProviderInvoiceLineItem. getBillingProvider()Gets the billing provider.BillingProviderLicenseBasedLineItem. getBillingProvider()Returns the billing providerBillingProviderOneTimeInvoiceLineItem. getBillingProvider()Gets the billing providerstatic BillingProviderBillingProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingProvider[]BillingProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.invoices with parameters of type BillingProvider Modifier and Type Method Description voidInvoiceDetail. setBillingProvider(BillingProvider value)