Interface StagedOrderSetBillingAddressCustomTypeAction

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

public interface StagedOrderSetBillingAddressCustomTypeAction extends StagedOrderUpdateAction
StagedOrderSetBillingAddressCustomTypeAction
Example to create an instance using the builder pattern

     StagedOrderSetBillingAddressCustomTypeAction stagedOrderSetBillingAddressCustomTypeAction = StagedOrderSetBillingAddressCustomTypeAction.builder()
             .build()