Interface StagedOrderSetBillingAddressCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

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

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