Uses of Class
com.microsoft.store.partnercenter.models.invoices.BillingPeriod
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.invoices | |
| com.microsoft.store.partnercenter.models.invoices |
-
Uses of BillingPeriod in com.microsoft.store.partnercenter.invoices
Methods in com.microsoft.store.partnercenter.invoices with parameters of type BillingPeriod Modifier and Type Method Description 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.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 BillingPeriod Constructor Description 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 BillingPeriod in com.microsoft.store.partnercenter.models.invoices
Methods in com.microsoft.store.partnercenter.models.invoices that return BillingPeriod Modifier and Type Method Description static BillingPeriodBillingPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingPeriod[]BillingPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.