Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ProductAmount |
ProductAmount.clone() |
ProductAmount |
OrderReportTransaction.getProductAmountWithRemittedTax()
Total amount with remitted tax for the items.
|
ProductAmount |
ProductAmount.set(String fieldName,
Object value) |
ProductAmount |
ProductAmount.setPriceAmount(Price priceAmount)
The pre-tax or post-tax price depending on the location of the order.
|
ProductAmount |
ProductAmount.setRemittedTaxAmount(Price remittedTaxAmount)
Remitted tax value.
|
ProductAmount |
ProductAmount.setTaxAmount(Price taxAmount)
Tax value.
|
Modifier and Type | Method and Description |
---|---|
OrderReportTransaction |
OrderReportTransaction.setProductAmountWithRemittedTax(ProductAmount productAmountWithRemittedTax)
Total amount with remitted tax for the items.
|
Copyright © 2011–2021 Google. All rights reserved.