Class StagedOrderAddDiscountCodeActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderAddDiscountCodeActionBuilder
All Implemented Interfaces:
Builder<StagedOrderAddDiscountCodeAction>

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

     StagedOrderAddDiscountCodeAction stagedOrderAddDiscountCodeAction = StagedOrderAddDiscountCodeAction.builder()
             .code("{code}")
             .build()