ICustomerServiceCostsCollection.ByBillingPeriod Method
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.
Obtains the service cost operations by billing period.
public Microsoft.Store.PartnerCenter.Customers.ServiceCosts.IServiceCostsCollection ByBillingPeriod (Microsoft.Store.PartnerCenter.Models.ServiceCosts.ServiceCostsBillingPeriod billingPeriod);
abstract member ByBillingPeriod : Microsoft.Store.PartnerCenter.Models.ServiceCosts.ServiceCostsBillingPeriod -> Microsoft.Store.PartnerCenter.Customers.ServiceCosts.IServiceCostsCollection
Public Function ByBillingPeriod (billingPeriod As ServiceCostsBillingPeriod) As IServiceCostsCollection
Parameters
- billingPeriod
- ServiceCostsBillingPeriod
The billing period.
Returns
The service cost operations.