Class StagedOrderChangePaymentStateActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderChangePaymentStateActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<StagedOrderChangePaymentStateAction>

public class StagedOrderChangePaymentStateActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<StagedOrderChangePaymentStateAction>
StagedOrderChangePaymentStateActionBuilder
Example to create an instance using the builder pattern

     StagedOrderChangePaymentStateAction stagedOrderChangePaymentStateAction = StagedOrderChangePaymentStateAction.builder()
             .build()