Class RecurringChargeCartPrice

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CartPrice
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RecurringChargeCartPrice

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

    • RecurringChargeCartPrice

      public RecurringChargeCartPrice()
  • Method Details

    • cycle

      public RecurringChargeCartPrice 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 CartPrice
    • hashCode

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

      public String toString()
      Overrides:
      toString in class CartPrice