Uses of Class
com.microsoft.store.partnercenter.models.servicecosts.ServiceCostsBillingPeriod
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.customers.servicecosts | |
| com.microsoft.store.partnercenter.models.servicecosts |
-
Uses of ServiceCostsBillingPeriod in com.microsoft.store.partnercenter.customers.servicecosts
Methods in com.microsoft.store.partnercenter.customers.servicecosts with parameters of type ServiceCostsBillingPeriod Modifier and Type Method Description IServiceCostsCollectionCustomerServiceCostsCollectionOperations. byBillingPeriod(ServiceCostsBillingPeriod billingPeriod)Obtains the service cost operations by billing period.IServiceCostsCollectionICustomerServiceCostsCollection. byBillingPeriod(ServiceCostsBillingPeriod billingPeriod)Obtains the service cost operations by billing period.Constructors in com.microsoft.store.partnercenter.customers.servicecosts with parameters of type ServiceCostsBillingPeriod Constructor Description ServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId, ServiceCostsBillingPeriod billingPeriod)Initializes a new instance of the ServiceCostsCollectionOperations class. -
Uses of ServiceCostsBillingPeriod in com.microsoft.store.partnercenter.models.servicecosts
Methods in com.microsoft.store.partnercenter.models.servicecosts that return ServiceCostsBillingPeriod Modifier and Type Method Description static ServiceCostsBillingPeriodServiceCostsBillingPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceCostsBillingPeriod[]ServiceCostsBillingPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.