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