Class CartSetCartTotalTaxActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetCartTotalTaxActionBuilder
All Implemented Interfaces:
Builder<CartSetCartTotalTaxAction>

public class CartSetCartTotalTaxActionBuilder extends Object implements Builder<CartSetCartTotalTaxAction>
CartSetCartTotalTaxActionBuilder
Example to create an instance using the builder pattern

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

    • CartSetCartTotalTaxActionBuilder

      public CartSetCartTotalTaxActionBuilder()
  • Method Details