Class RecurringChargeOrderPrice

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.OrderPrice
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RecurringChargeOrderPrice

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class RecurringChargeOrderPrice extends OrderPrice
An order price charge paid recursively.
  • Constructor Details

    • RecurringChargeOrderPrice

      public RecurringChargeOrderPrice()
  • Method Details

    • cycle

      public RecurringChargeOrderPrice cycle(Cycle cycle)
    • getCycle

      @Valid public @Valid Cycle getCycle()
      Represents the start time, and end time of the recurring cycle (the first 3 months) . If empty, the cycle is the entire recurring period.
      Returns:
      cycle
    • setCycle

      public void setCycle(Cycle cycle)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class OrderPrice