TimeFrame
Represents a time period for an agreement or promotion. This class defines the validity period for payment method agreements, promotions, or special conditions.
Parameters
startDate
Start date of the time period (ISO format)
endDate
End date of the time period (ISO format)
Example:
val timeFrame = TimeFrame(
startDate = "2024-01-01",
endDate = "2024-12-31"
)
Content copied to clipboard