Uses of Class
com.microsoft.store.partnercenter.models.invoices.Invoice
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.enumerators | |
| com.microsoft.store.partnercenter.invoices | |
| com.microsoft.store.partnercenter.models.invoices |
-
Uses of Invoice in com.microsoft.store.partnercenter.enumerators
Methods in com.microsoft.store.partnercenter.enumerators that return types with arguments of type Invoice Modifier and Type Method Description IResourceCollectionEnumeratorFactory<ResourceCollection<Invoice>>IResourceCollectionEnumeratorContainer. getInvoices()Gets a factory that creates invoice collection enumerators.IResourceCollectionEnumeratorFactory<ResourceCollection<Invoice>>ResourceCollectionEnumeratorContainer. getInvoices()Gets a factory that creates invoice collection enumerators. -
Uses of Invoice in com.microsoft.store.partnercenter.invoices
Methods in com.microsoft.store.partnercenter.invoices that return Invoice Modifier and Type Method Description InvoiceInvoiceOperations. get()Retrieves information about a specific invoice.Methods in com.microsoft.store.partnercenter.invoices that return types with arguments of type Invoice Modifier and Type Method Description ResourceCollection<Invoice>IInvoiceCollection. get()Gets all the invoices.SeekBasedResourceCollection<Invoice>InvoiceCollection. get()Gets all invoices associated to the partner.SeekBasedResourceCollection<Invoice>InvoiceCollection. get(int offset, int size)Gets all invoices associated to the partner.ResourceCollection<Invoice>IInvoiceCollection. query(IQuery query)Queries invoices associated to the partner.ResourceCollection<Invoice>InvoiceCollection. query(IQuery query)Asynchronously Gets all invoices associated to the partner. -
Uses of Invoice in com.microsoft.store.partnercenter.models.invoices
Methods in com.microsoft.store.partnercenter.models.invoices that return types with arguments of type Invoice Modifier and Type Method Description Iterable<Invoice>Invoice. getAmendments()Method parameters in com.microsoft.store.partnercenter.models.invoices with type arguments of type Invoice Modifier and Type Method Description voidInvoice. setAmendments(Iterable<Invoice> value)