Class StagedPriceDraftImpl

java.lang.Object
com.commercetools.api.models.standalone_price.StagedPriceDraftImpl
All Implemented Interfaces:
StagedPriceDraft, io.vrap.rmf.base.client.Draft<StagedPriceDraft>, io.vrap.rmf.base.client.ModelBase

public class StagedPriceDraftImpl extends Object implements StagedPriceDraft, io.vrap.rmf.base.client.ModelBase
StagedPriceDraft
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Money value for the StagedPriceDraft.
    int
     
    void
    Money value for the StagedPriceDraft.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.api.models.standalone_price.StagedPriceDraft

    withStagedPriceDraft
  • Constructor Details

    • StagedPriceDraftImpl

      public StagedPriceDraftImpl()
      create empty instance
  • Method Details