Interface StagedOrderAddDiscountCodeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderAddDiscountCodeActionImpl

StagedOrderAddDiscountCodeAction
Example to create an instance using the builder pattern

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