Class StagedOrderSetCountryActionBuilder

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

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

     StagedOrderSetCountryAction stagedOrderSetCountryAction = StagedOrderSetCountryAction.builder()
             .build()