Interface CartSetCartTotalTaxAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetCartTotalTaxActionImpl

This update action results in the taxedPrice field being added to the Cart when the ExternalAmount TaxMode is used.


Example to create an instance using the builder pattern

     CartSetCartTotalTaxAction cartSetCartTotalTaxAction = CartSetCartTotalTaxAction.builder()
             .externalTotalGross(externalTotalGrossBuilder -> externalTotalGrossBuilder)
             .build()