issues
search
microsoft
/
Partner-Center-Java
Partner Center SDK for Java
https://docs.microsoft.com/java/partnercenter/
31
stars
12
forks
source link
Invoice, order, product, and rate card feature update
#32
Closed
ghost
closed
5 years ago
ghost
commented
5 years ago
Description
Through this pull request the following changes are being made
Invoices
Changed the the following types of the AzureDataMarketLineItem class from int to double
ConsumptionDiscount
ConsumptionPrice
IncludedQuantity
ListPrice
OverageQuantity
PostTaxEffectiveRate
PostTaxTotal
PretaxEffectiveRate
PretaxCharges
TaxAmount
Changed the following type of the BaseAzureDataMarketLineItem class from int to double ConsumedQuantity
Orders
Added the ability to include pricing details in the order information returned when requesting a list of customer orders
Products
Removed the SKU download operations
Rate Card
Changed the following type of the AzureMeter class from int to double IncludedQuantity
Description
Through this pull request the following changes are being made