Class BusinessOpeningHoursInterval

java.lang.Object
io.github.natanimn.telebof.types.business.BusinessOpeningHoursInterval

public class BusinessOpeningHoursInterval extends Object
Describes the opening hours of a business.
Since:
3 March 2025
Author:
Natanim
  • Field Details

    • openingMinute

      @SerializedName("opening_minute") private Integer openingMinute
      The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60
    • closingMinute

      @SerializedName("closing_minute") private Integer closingMinute
      The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60
  • Constructor Details

    • BusinessOpeningHoursInterval

      public BusinessOpeningHoursInterval()
  • Method Details

    • getOpeningMinute

      public Integer getOpeningMinute()
    • getClosingMinute

      public Integer getClosingMinute()