Class BaseUsageBasedLineItem
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.invoices.InvoiceLineItem
com.microsoft.store.partnercenter.models.invoices.BaseUsageBasedLineItem
- Direct Known Subclasses:
DailyUsageLineItem,UsageBasedLineItem
public abstract class BaseUsageBasedLineItem extends InvoiceLineItem
Represents common properties for Usage based invoice line items
-
Constructor Summary
Constructors Constructor Description BaseUsageBasedLineItem() -
Method Summary
Methods inherited from class com.microsoft.store.partnercenter.models.invoices.InvoiceLineItem
getInvoiceLineItemType
-
Constructor Details
-
BaseUsageBasedLineItem
public BaseUsageBasedLineItem()
-
-
Method Details
-
getPartnerId
-
setPartnerId
-
getPartnerName
-
setPartnerName
-
getPartnerBillableAccountId
-
setPartnerBillableAccountId
-
getCustomerCompanyName
-
setCustomerCompanyName
-
getMpnId
public int getMpnId() -
setMpnId
public void setMpnId(int value) -
getTier2MpnId
public int getTier2MpnId() -
setTier2MpnId
public void setTier2MpnId(int value) -
getInvoiceNumber
-
setInvoiceNumber
-
getSubscriptionId
-
setSubscriptionId
-
getSubscriptionName
-
setSubscriptionName
-
getSubscriptionDescription
-
setSubscriptionDescription
-
getOrderId
-
setOrderId
-
getServiceName
-
setServiceName
-
getServiceType
-
setServiceType
-
getResourceGuid
-
setResourceGuid
-
getResourceName
-
setResourceName
-
getRegion
-
setRegion
-
getConsumedQuantity
public double getConsumedQuantity() -
setConsumedQuantity
public void setConsumedQuantity(double value) -
getChargeStartDate
public org.joda.time.DateTime getChargeStartDate() -
setChargeStartDate
public void setChargeStartDate(org.joda.time.DateTime value) -
getChargeEndDate
public org.joda.time.DateTime getChargeEndDate() -
setChargeEndDate
public void setChargeEndDate(org.joda.time.DateTime value) -
getUnit
-
setUnit
-
getBillingCycleType
-
setBillingCycleType
-
getCustomerId
-
setCustomerId
-
getDomainName
-
setDomainName
-
getBillingProvider
Returns the billing provider- Specified by:
getBillingProviderin classInvoiceLineItem- Returns:
- The billing provider.
-