Class TaxedPrice
java.lang.Object
com.commercetools.graphql.api.types.TaxedPrice
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTaxedPrice(Money totalNet, Money totalGross, List<TaxPortion> taxPortions, Money totalTax) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static TaxedPrice.BuildervoidsetTaxPortions(List<TaxPortion> taxPortions) voidsetTotalGross(Money totalGross) voidsetTotalNet(Money totalNet) voidsetTotalTax(Money totalTax) toString()
-
Constructor Details
-
TaxedPrice
public TaxedPrice() -
TaxedPrice
-
-
Method Details