Interface StagedOrderSetCustomLineItemTaxAmountAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetCustomLineItemTaxAmountAction extends StagedOrderUpdateAction

Can be used if the Cart has the ExternalAmount TaxMode.


Example to create an instance using the builder pattern

     StagedOrderSetCustomLineItemTaxAmountAction stagedOrderSetCustomLineItemTaxAmountAction = StagedOrderSetCustomLineItemTaxAmountAction.builder()
             .build()