Class BillingCycleSpecificationRef

java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.BillingCycleSpecificationRef

@Validated @Generated(value="de.hybris.platform.billingaccounttmfwebservices.swagger.BaBillingAccountCodegen", date="2022-10-21T20:35:18.164Z") public class BillingCycleSpecificationRef extends Object
BillingCycleSpecification reference. A description of when to initiate a billing cycle and the various sub steps of a billing cycle.
  • Constructor Details

    • BillingCycleSpecificationRef

      public BillingCycleSpecificationRef()
  • Method Details

    • id

    • getId

      @NotNull public @NotNull String getId()
      Unique identifier of the billing cycle specification
      Returns:
      id
    • setId

      public void setId(String id)
    • href

    • getHref

      public String getHref()
      Reference of the billing cycle specification
      Returns:
      href
    • setHref

      public void setHref(String href)
    • dateShift

      public BillingCycleSpecificationRef dateShift(Integer dateShift)
    • getDateShift

      public Integer getDateShift()
      An offset of a billing/settlement date. The offset is expressed as number of days with regard to the start of the billing/settlement period.
      Returns:
      dateShift
    • setDateShift

      public void setDateShift(Integer dateShift)
    • frequency

      public BillingCycleSpecificationRef frequency(String frequency)
    • getFrequency

      public String getFrequency()
      Frequency of the billing cycle (monthly for instance)
      Returns:
      frequency
    • setFrequency

      public void setFrequency(String frequency)
    • name

    • getName

      public String getName()
      A short descriptive name
      Returns:
      name
    • setName

      public void setName(String name)
    • atbaseType

      public BillingCycleSpecificationRef atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public BillingCycleSpecificationRef atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public BillingCycleSpecificationRef attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atreferredType

      public BillingCycleSpecificationRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object