Interface StagedPriceDraft

All Superinterfaces:
io.vrap.rmf.base.client.Draft<StagedPriceDraft>
All Known Implementing Classes:
StagedPriceDraftImpl

public interface StagedPriceDraft extends io.vrap.rmf.base.client.Draft<StagedPriceDraft>
StagedPriceDraft
Example to create an instance using the builder pattern

     StagedPriceDraft stagedPriceDraft = StagedPriceDraft.builder()
             .value(valueBuilder -> valueBuilder)
             .build()